diff --git a/CHANGELOG.md b/CHANGELOG.md index c321aab1..ff03a72c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,12 @@ Types of changes: ## [Unreleased] +## [0.9.0] - 2023-05-27 + ### Added -- Bot difficulty! - - The bot difficult can now be changed to one of five options: very easy, easy, medium, hard or very hard + +- Bot difficulty! + - The bot difficult can now be changed to one of five options: very easy, easy, medium, hard or very hard ## [0.8.1] - 2023-05-27 @@ -297,7 +300,9 @@ First proper release! :D - Animated title screen background - Spectator mode and death camera -[Unreleased]: https://github.com/Jibby-Games/Flappy-Race/compare/0.8.1...HEAD +[Unreleased]: https://github.com/Jibby-Games/Flappy-Race/compare/0.9.0...HEAD + +[0.9.0]: https://github.com/Jibby-Games/Flappy-Race/compare/0.8.1...0.9.0 [0.8.1]: https://github.com/Jibby-Games/Flappy-Race/compare/0.8.0...0.8.1 diff --git a/project.godot b/project.godot index 45b5d8a8..e7f82ca1 100644 --- a/project.godot +++ b/project.godot @@ -97,7 +97,7 @@ config/description="Multiplayer flappy bird" run/main_scene="res://common/main.tscn" config/icon="res://icon.png" config/windows_native_icon="res://icon.ico" -config/version="v0.8.1" +config/version="v0.9.0" [audio]