diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc25cf..1781125 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] +## [2.0.0] - 2024-05-21 + ### Added - 'game-import' when using something that imports all of the globals into your environment @@ -22,5 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Thunderstore release. -[unreleased]: https://github.com/SGG-Modding/Hades2GameDef/compare/1.0.1...HEAD +[unreleased]: https://github.com/SGG-Modding/Hades2GameDef/compare/2.0.0...HEAD +[2.0.0]: https://github.com/SGG-Modding/Hades2GameDef/compare/1.0.1...2.0.0 [1.0.1]: https://github.com/SGG-Modding/Hades2GameDef/compare/935c9dda55f4197388f846e15479b69872b6b06f...1.0.1 diff --git a/thunderstore.toml b/thunderstore.toml index ed5b9f1..9b4834d 100644 --- a/thunderstore.toml +++ b/thunderstore.toml @@ -4,7 +4,7 @@ schemaVersion = "0.0.1" [package] namespace = "SGG_Modding" name = "Hades2GameDef" -versionNumber = "1.0.1" +versionNumber = "2.0.0" description = "For mod developers only! Community sourced luaCATS definitions for Hades 2 in the context of ReturnOfModding" websiteUrl = "https://github.com/SGG-Modding/Hades2GameDef" containsNsfwContent = false