From b84af2506720eb794e35b2598134930ca18fb9e0 Mon Sep 17 00:00:00 2001 From: Jibbajabbafic Date: Sun, 4 Jun 2023 19:54:11 +0000 Subject: [PATCH] Update version to 0.9.2 --- CHANGELOG.md | 21 ++++++++++++++------- project.godot | 2 +- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce16944..5ba4541d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,17 +17,22 @@ Types of changes: ## [Unreleased] +## [0.9.2] - 2023-06-04 + ### Added -- Coin item + +- Coin item ### Changed -- Update to Godot 3.5.2 + +- Update to Godot 3.5.2 ### Fixed -- Actually apply bot difficulty setting to bots and tweak difficulty -- Stop level generation breaking with 1 obstacle -- Stop respawning clearing item effects -- Picoberries no longer offset the player trail incorrectly + +- Actually apply bot difficulty setting to bots and tweak difficulty +- Stop level generation breaking with 1 obstacle +- Stop respawning clearing item effects +- Picoberries no longer offset the player trail incorrectly ## [0.9.1] - 2023-05-29 @@ -318,7 +323,9 @@ First proper release! :D - Animated title screen background - Spectator mode and death camera -[Unreleased]: https://github.com/Jibby-Games/Flappy-Race/compare/0.9.1...HEAD +[Unreleased]: https://github.com/Jibby-Games/Flappy-Race/compare/0.9.2...HEAD + +[0.9.2]: https://github.com/Jibby-Games/Flappy-Race/compare/0.9.1...0.9.2 [0.9.1]: https://github.com/Jibby-Games/Flappy-Race/compare/0.9.0...0.9.1 diff --git a/project.godot b/project.godot index cafdc8d9..4e47fce8 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.9.1" +config/version="v0.9.2" config/debug_tools=false config/debug_tools.editor=true