From ca0e58dfacda254e57206bff4ced60477e187a01 Mon Sep 17 00:00:00 2001 From: Jibbajabbafic Date: Mon, 29 May 2023 18:04:01 +0000 Subject: [PATCH] Update version to 0.9.1 --- CHANGELOG.md | 9 +++++++-- project.godot | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e8ef95d..9cd66ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,11 @@ Types of changes: ## [Unreleased] +## [0.9.1] - 2023-05-29 + ### Fixed -- Use the correct SSL certificate for official dedicated servers so non-HTML builds can join again + +- Use the correct SSL certificate for official dedicated servers so non-HTML builds can join again ## [0.9.0] - 2023-05-27 @@ -303,7 +306,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.0...HEAD +[Unreleased]: https://github.com/Jibby-Games/Flappy-Race/compare/0.9.1...HEAD + +[0.9.1]: https://github.com/Jibby-Games/Flappy-Race/compare/0.9.0...0.9.1 [0.9.0]: https://github.com/Jibby-Games/Flappy-Race/compare/0.8.1...0.9.0 diff --git a/project.godot b/project.godot index e7f82ca1..342450d1 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.0" +config/version="v0.9.1" [audio]