From d96d91624693cdcf85c9329bfd954d0ee1ac6caa Mon Sep 17 00:00:00 2001 From: Adrian Kunz Date: Mon, 15 Jul 2024 10:15:30 +0200 Subject: [PATCH] release: v3.1.1 --- docs/Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/Changelog.md b/docs/Changelog.md index 0689e17..ead6b2a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -225,3 +225,14 @@ ## Bugfixes * Creating a new game no longer marks all other games of the same owner as updated, allowing them to be cleaned up properly. + +# v3.1.1 (2024-07-15) + +## Bugfixes + +* The `PATCH .../empires/:empire` endpoint with `free=true` now correctly updates the empire's resources. +* The `UpdateSystemDto` now accepts the `effects` property. + +## Documentation + +* Documented the System `type` property correctly.