diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e4ebf62..a482ac70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v14.4.1](https://github.com/lexicalunit/spellbot/releases/tag/v14.4.1) - 2025-01-01 + ### Fixed - Only suggest a vc if the game has started. diff --git a/pyproject.toml b/pyproject.toml index 0f008daa..b798f48e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,7 +137,7 @@ packages = [ ] readme = 'README.md' repository = 'https://github.com/lexicalunit/spellbot' -version = "14.4.0" +version = "14.4.1" [tool.poetry.dependencies] aiohttp = "^3.9.4"