From e0155c6097d33edae9d2a3dd8af91eaedadb25a3 Mon Sep 17 00:00:00 2001 From: StraToN Date: Tue, 9 Aug 2022 19:49:23 +0000 Subject: [PATCH] chore: storing version and changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 609d50db..039f95f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.0.0-alpha.202](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.202) (2022-08-09) + + +### Bug Fixes + +* prevents changing scenes to the same scene as is current ([#619](https://github.com/godot-escoria/escoria-demo-game/issues/619)) ([6a223ca](https://github.com/godot-escoria/escoria-demo-game/commit/6a223ca199d8ed7fe058251aa51a5fa7ae64fe81)) + + + ## [4.0.0-alpha.201](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.201) (2022-08-09)