diff --git a/CHANGELOG.md b/CHANGELOG.md index 44fb493..c31fd29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.3](https://github.com/sparten11740/bevy_health_bar3d/compare/v1.4.2...v1.4.3) (2023-08-12) + + +### Bug Fixes + +* load shader as internal asset ([#19](https://github.com/sparten11740/bevy_health_bar3d/issues/19)) ([0c61f1b](https://github.com/sparten11740/bevy_health_bar3d/commit/0c61f1b4699f47c8d505417df81616b1dfa533b1)) + ## [1.4.2](https://github.com/sparten11740/bevy_health_bar3d/compare/v1.4.1...v1.4.2) (2023-07-22) diff --git a/Cargo.lock b/Cargo.lock index b392a26..20d5122 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,7 +639,7 @@ dependencies = [ [[package]] name = "bevy_health_bar3d" -version = "1.4.2" +version = "1.4.3" dependencies = [ "bevy", "bevy-inspector-egui", diff --git a/Cargo.toml b/Cargo.toml index 0ff672f..1c04572 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 = "1.4.2" +version = "1.4.3" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md"