diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f3597a..ec23287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.19.5 + +- Update `bevy_egui` to 0.30 in order to resolve an issue with `bevy-inspector-egui` 0.27 ([#85](https://github.com/Plonq/bevy_panorbit_camera/pull/85)) + ## 0.19.4 - Re-fix bug that was fixed in 0.19.1 (see below for explanation). diff --git a/Cargo.toml b/Cargo.toml index e456511..7cb9eb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_panorbit_camera" -version = "0.19.4" +version = "0.19.5" authors = ["Plonq"] edition = "2021" description = "A basic pan and orbit camera in Bevy"