diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e53c71..9c604b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2024-06-03 + ### Added - Added metatable-respecting extensions of builtin lua globals into the extras from `setup` or `auto`. @@ -24,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Thunderstore release. -[unreleased]: https://github.com/SGG-Modding/ENVY/compare/1.0.1...HEAD +[unreleased]: https://github.com/SGG-Modding/ENVY/compare/1.1.0...HEAD +[1.1.0]: https://github.com/SGG-Modding/ENVY/compare/1.0.1...1.1.0 [1.0.1]: https://github.com/SGG-Modding/ENVY/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/SGG-Modding/ENVY/compare/6da071b5c4c8bb4458ed7ea5cb23e7f83d332911...1.0.0 diff --git a/thunderstore.toml b/thunderstore.toml index 89df9ff..c8e4080 100644 --- a/thunderstore.toml +++ b/thunderstore.toml @@ -4,7 +4,7 @@ schemaVersion = "0.0.1" [package] namespace = "SGG_Modding" name = "ENVY" -versionNumber = "1.0.1" +versionNumber = "1.1.0" description = "A plugin to allow ReturnOfModding plugins greater control of their environment." websiteUrl = "https://github.com/SGG-Modding/ENVY" containsNsfwContent = false