diff --git a/CHANGELOG.md b/CHANGELOG.md index 478c436d..e5d3fe24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,11 @@ Types of changes: ## [Unreleased] +## [0.10.1] - 2023-08-01 + ## Fixed -- Fixed an SSL error when joining official servers due to connecting with the ip + +- Fixed an SSL error when joining official servers due to connecting with the ip ## [0.10.0] - 2023-07-23 @@ -340,7 +343,9 @@ First proper release! :D - Animated title screen background - Spectator mode and death camera -[Unreleased]: https://github.com/Jibby-Games/Flappy-Race/compare/0.10.0...HEAD +[Unreleased]: https://github.com/Jibby-Games/Flappy-Race/compare/0.10.1...HEAD + +[0.10.1]: https://github.com/Jibby-Games/Flappy-Race/compare/0.10.0...0.10.1 [0.10.0]: https://github.com/Jibby-Games/Flappy-Race/compare/0.9.2...0.10.0 diff --git a/project.godot b/project.godot index fafe0a66..37b823d8 100644 --- a/project.godot +++ b/project.godot @@ -103,7 +103,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.10.0" +config/version="v0.10.1" config/debug_tools=false config/debug_tools.editor=true