diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b3b5e3..5a5585d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,19 @@ +## v5.4.0 (2025-01-05) + +### 🔥 + +* 🔥 Generics and typing fixes, dependencies upgrade ([`e1aafe5`](https://github.com/asaf-kali/codenames/commit/e1aafe5178481cbe4f83bfd1246b7fbe7270df31)) + + ## v5.3.0 (2025-01-04) +### Other + +* 🤖 Release [5.3.0] [skip ci] ([`da319a7`](https://github.com/asaf-kali/codenames/commit/da319a74871a86ef37aaa90c613e4336fcce55ee)) + ### 🐲 * 🐲 Better state constructors, pydantic fixes ([`c20f859`](https://github.com/asaf-kali/codenames/commit/c20f859536b212da9184602894079d0cb8418ff3)) diff --git a/pyproject.toml b/pyproject.toml index b6d5272..2210866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "codenames" -version = "5.3.0" +version = "5.4.0" description = "Codenames board game logic implementation in python." authors = ["Asaf Kali "] readme = "README.md"