diff --git a/CHANGELOG.md b/CHANGELOG.md index 1008c14..e64065b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## v2026.2.8-0 (2026-04-21) + +### New + +* Add CI/CD improvements - add new CI workflow - & improve the deployment w/ tests #10. [Lang] + +* Add test cases to back-end w/ real database connection in it #10. [Lang] + +### Changes + +* The original CI/CD workflow is restored - the work with tests is postponed #10. [Lang] + +* Add sound when the game start #10. [Lang] + +* Create AGENTS.md file for future maintenance #9. [Lang] + +* Remove the wrongly implemented font installation in docker - & replace it with static font on BattleCardGenerator (it solves the shareable image problem on bare-metal too) #8. [Lang] + + ## v2026.2.7-1 (2026-04-21) ### Changes