diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d608c0..906d453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [1.5.1] - August 4, 2021 ### Changed * Parts with a Mesh parent will now take into account the mesh's `Scale` and `Offset` properties ### Fixed @@ -9,8 +11,6 @@ * Spam clicking the plugin will no longer error out and hang. (This is because the `MarketplaceService::GetProductInfo` ratelimit and yielding nature) * Plugin should no longer have a tiny delay when closing. (Same reason as above) - - ## [1.5.0] - June 24, 2021 ### Added * Preserving already existing terrain. @@ -118,7 +118,8 @@ * All settings will now be saved and will use the same value when relaunching Studio. * Selection Box will now glow green or red depending if it is able to be converted the part selected or not. -[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.5.0...main +[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.5.1...main +[1.5.1]: https://github.com/mkargus/PartToTerrain/compare/1.5.0...1.5.1 [1.5.0]: https://github.com/mkargus/PartToTerrain/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/mkargus/PartToTerrain/compare/1.3.1...1.4.0 [1.3.1]: https://github.com/mkargus/PartToTerrain/compare/1.3.0...1.3.1 diff --git a/src/Util/Constants.lua b/src/Util/Constants.lua index 7daf3a9..dd04e79 100644 --- a/src/Util/Constants.lua +++ b/src/Util/Constants.lua @@ -22,7 +22,7 @@ Constants.OUTLINE_COLOR_ERROR = Color3.fromRGB(229, 57, 53) -- Update Checking ---------------------------------------- Constants.IS_DEV_CHANNEL = false -Constants.VERSION = '1.5.0' +Constants.VERSION = '1.5.1' Constants.UPDATE_CHECKER_ID = 261634767 Constants.DEV_UPDATE_CHECKER_ID = 4685764627