From b099d6bfe1a8e02ca71ccbd35b810839078bcb56 Mon Sep 17 00:00:00 2001 From: Sebastian Crane Date: Fri, 1 Apr 2022 15:48:56 +0100 Subject: [PATCH] Release version 1.0.1 Signed-off-by: Sebastian Crane --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d5684d..02caad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,17 @@ `matchbot` uses [version 2.0.0 of the Semantic Versioning](https://semver.org/spec/v2.0.0.html) scheme. +## [1.0.1] - 2022-04-01 + +* Fix vulnerability that causes serialised data to be deleted when it contains certain user input + +* Change internal representation of game names, fixing a potential memory leak for long-running instances + +* Improve reliability and code quality of the startup and shutdown sequences + ## [1.0.0] - 2022-03-03 * Initial release +[1.0.1]: https://git.libregaming.org/LibreGaming/matchbot/releases/tag/1.0.1 [1.0.0]: https://git.libregaming.org/LibreGaming/matchbot/releases/tag/1.0.0