diff --git a/CHANGELOG.md b/CHANGELOG.md index a96ac3f..71a9c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2] - 2023-08-23 + ### Fixed +- [Fix error when running a scene without an Environment resource.](https://github.com/godot-extended-libraries/godot-debug-menu/pull/14) - Fix error spam when the add-on starts due to the thread safety checks added in Godot 4.1. ## [1.1.1] - 2023-06-15 @@ -44,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial versioned release. -[Unreleased]: https://github.com/godot-extended-libraries/godot-debug-menu/compare/v1.1.1...HEAD +[Unreleased]: https://github.com/godot-extended-libraries/godot-debug-menu/compare/v1.1.2...HEAD +[1.1.2]: https://github.com/godot-extended-libraries/godot-debug-menu/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/godot-extended-libraries/godot-debug-menu/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/godot-extended-libraries/godot-debug-menu/compare/v1.0.1...v1.1.0 [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 3f3d68b..851c3da 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.1.1" +version="1.1.2" script="plugin.gd"