diff --git a/CHANGELOG.md b/CHANGELOG.md index 689c8c9..89c1448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Fixed +## [1.0.1] - 2024-05-15 + +### Fixed - Fixed incorrect type hints on `auto_multiple` binds @@ -17,5 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Thunderstore release. -[unreleased]: https://github.com/SGG-Modding/ReLoad/compare/1.0.0...HEAD +[unreleased]: https://github.com/SGG-Modding/ReLoad/compare/1.0.1...HEAD +[1.0.1]: https://github.com/SGG-Modding/ReLoad/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/SGG-Modding/ReLoad/compare/eba0d7e21432247504fa77881d39032cb754ab26...1.0.0 diff --git a/thunderstore.toml b/thunderstore.toml index a688ceb..a74540c 100644 --- a/thunderstore.toml +++ b/thunderstore.toml @@ -4,7 +4,7 @@ schemaVersion = "0.0.1" [package] namespace = "SGG_Modding" name = "ReLoad" -versionNumber = "1.0.0" +versionNumber = "1.0.1" description = "Provides helpers for managing hot reloading and waiting for the right time to load" websiteUrl = "https://github.com/SGG-Modding/ReLoad" containsNsfwContent = false