diff --git a/CHANGELOG.md b/CHANGELOG.md index e080767..4044018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.0](https://github.com/sparten11740/bevy_health_bar3d/compare/v3.1.0...v3.2.0) (2024-03-21) + + +### Features + +* upgrade to bevy 0.13.0 ([#31](https://github.com/sparten11740/bevy_health_bar3d/issues/31)) ([7e1caca](https://github.com/sparten11740/bevy_health_bar3d/commit/7e1caca65c40e03b0eb2d10cd202ce8bbecfdb73)) + # [3.1.0](https://github.com/sparten11740/bevy_health_bar3d/compare/v3.0.0...v3.1.0) (2023-11-16) diff --git a/Cargo.toml b/Cargo.toml index da01967..721fce8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_health_bar3d" description = "Health bar for bevy implemented as a billboard shader" -version = "3.1.0" +version = "3.2.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md"