diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bcc8dc..6c3379e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] - 2023-05-20 + +### Fixed + +- [Fixed project startup being delayed by the singleton initialization.](https://github.com/godot-extended-libraries/godot-debug-menu/pull/1) + ## 1.0.0 - 2023-05-19 - Initial versioned release. -[Unreleased]: https://github.com/godot-extended-libraries/godot-debug-menu/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/godot-extended-libraries/godot-debug-menu/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/godot-extended-libraries/godot-debug-menu/compare/v1.0.0...v1.0.1 diff --git a/addons/debug_menu/plugin.cfg b/addons/debug_menu/plugin.cfg index 4ac12ae..fdd2ebd 100644 --- a/addons/debug_menu/plugin.cfg +++ b/addons/debug_menu/plugin.cfg @@ -3,5 +3,5 @@ name="Debug Menu" description="In-game debug menu displaying performance metrics and hardware information" author="Calinou" -version="1.0.0" +version="1.0.1" script="plugin.gd"