diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e85997..cc63129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [1.7.0] - September 24. 2024 ### Added * Added Deutsch and Vietnamese localization ### Changed @@ -183,7 +185,8 @@ This update is mostly internal UI cleanup and adoption of roact-hooks. * 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.6.2...main +[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.7.0...main +[1.7.0]: https://github.com/mkargus/PartToTerrain/compare/1.6.2...1.7.0 [1.6.2]: https://github.com/mkargus/PartToTerrain/compare/1.6.1...1.6.2 [1.6.1]: https://github.com/mkargus/PartToTerrain/compare/1.6.0...1.6.1 [1.6.0]: https://github.com/mkargus/PartToTerrain/compare/1.5.4...1.6.0 diff --git a/src/Util/Constants.lua b/src/Util/Constants.lua index e4d54af..df24818 100644 --- a/src/Util/Constants.lua +++ b/src/Util/Constants.lua @@ -13,7 +13,7 @@ Constants.OUTLINE_COLOR_ERROR = Color3.fromRGB(211, 47, 47) -- Update Checking ---------------------------------------- Constants.IS_DEV_CHANNEL = false -Constants.VERSION = '1.6.2' +Constants.VERSION = '1.7.0' Constants.UPDATE_CHECKER_ID = 261634767 Constants.DEV_UPDATE_CHECKER_ID = 4685764627