From fa4d4ca7ec9ab8e53264c547a31399175e64faf6 Mon Sep 17 00:00:00 2001 From: Kevin Guanche Darias Date: Tue, 27 Feb 2024 04:41:00 +0000 Subject: [PATCH] Tag v0.11.5 --- game-frontend/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game-frontend/CHANGELOG.md b/game-frontend/CHANGELOG.md index 39f7d6c5..839e8a01 100644 --- a/game-frontend/CHANGELOG.md +++ b/game-frontend/CHANGELOG.md @@ -1,8 +1,8 @@ # OWGE changelog -v0.11.5 (latest) -==================== +v0.11.5 (2024-02-27 04:39) +============================ * [class=Developer] __Improvement:__ Migrate to Spring Boot 3.2 * __Fix:__ [HAVE_UNIT requirement is removing the unlocked unit when you send all the units that are "required" to some mission, it should unlock it back when units come from that mission #516](https://github.com/KevinGuancheDarias/owge/issues/516) (previous fix not working on deploy missions) * __Improvememnt:__ [Allow to know that a mission is invisible to the mission sender user #532](https://github.com/KevinGuancheDarias/owge/issues/532)