diff --git a/CHANGELOG.md b/CHANGELOG.md index c9a061c..3ee302c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [unreleased] +## v0.5.0 + **BREAKING CHANGES** This version brings breaking changes. A [migration guide](https://adrien-bon.github.io/bevy_ecs_tiled/migrations/v0_5.html) is available to help adapt to these. diff --git a/Cargo.toml b/Cargo.toml index ba4cf4c..427328d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "bevy_ecs_tiled" -version = "0.4.2" +version = "0.5.0" authors = ["Steve Pryde ", "Adrien Bon"] description = "A Bevy plugin for loading Tiled maps"