Skip to content

Commit

Permalink
Bump to version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Aug 23, 2023
1 parent c205a17 commit f2eeddc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion addons/debug_menu/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f2eeddc

Please sign in to comment.