diff --git a/docs/changelog.md b/docs/changelog.md index 94d8b7a8..43175aef 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.0.0-rc2] - 2024-08-10 + ### Changed - Changed github actions to be more precise and automate more tasks @@ -473,6 +475,7 @@ No information available, mainly small bug fixes. - Add support for debugging in live games ### Changed + - Clean up code - Bug fixes - Fix up `random_gen` @@ -505,5 +508,6 @@ No information available, mainly small bug fixes. - Public release! 🥳 -[Unreleased]: https://github.com/lumin-dev/LuminFramework/compare/v9.0.0-rc1...HEAD -[v9.0.0-rc1]: https://github.com/lumin-dev/LuminFramework/compare/v8.1.5...v9.0.0-rc1 \ No newline at end of file +[unreleased]: https://github.com/lumin-dev/LuminFramework/compare/v9.0.0-rc2...HEAD +[9.0.0-rc2]: https://github.com/lumin-dev/LuminFramework/compare/v9.0.0-rc1...v9.0.0-rc2 +[v9.0.0-rc1]: https://github.com/lumin-dev/LuminFramework/compare/v8.1.5...v9.0.0-rc1 diff --git a/wally.toml b/wally.toml index 207adf2d..fb714aec 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "lumin/framework" description = "A lightning fast & amazing game framework for Roblox" -version = "9.0.0-rc1" +version = "9.0.0-rc2" license = "MIT" registry = "https://github.com/UpliftGames/wally-index" realm = "shared"