From e374d5e79115fbd10e2a34cc8a8ca47d595b2744 Mon Sep 17 00:00:00 2001 From: TeamCity Date: Sun, 21 Jun 2026 14:06:48 +0000 Subject: [PATCH] ci: bump version to v0.4.4 --- CHANGELOG.md | 5 +++++ versions.env | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fc7c77..fa77f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,3 +81,8 @@ ### Bug Fixes * **analysis:** fix API field mismatch and enable full game analysis ([ce1fb0d](https://git.janis-eccarius.de/NowChess/NowChess-Frontend/commit/ce1fb0d60b695093495ee0ad824c511dd2db7fbb)) +## [0.0.0](https://git.janis-eccarius.de/NowChess/NowChess-Frontend/compare/0.4.3...0.0.0) (2026-06-21) + +### Bug Fixes + +* **tournaments:** load both user bots and official bots in join dialog ([5b5fd6f](https://git.janis-eccarius.de/NowChess/NowChess-Frontend/commit/5b5fd6f027b4aedb951a802725fcd929d514c359)) diff --git a/versions.env b/versions.env index b764a6b..a9296f7 100644 --- a/versions.env +++ b/versions.env @@ -1,3 +1,3 @@ MAJOR=0 MINOR=4 -PATCH=3 +PATCH=4