diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f4d35f..94d671a5 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] +## [v9.4.5](https://github.com/lexicalunit/spellbot/releases/tag/v9.4.5) - 2024-01-01 + ### Added - Adds player name in addition to player handle to game embed. diff --git a/pyproject.toml b/pyproject.toml index afd95db5..70e7b67a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ packages = [ ] readme = 'README.md' repository = 'https://github.com/lexicalunit/spellbot' -version = "9.4.4" +version = "9.4.5" [tool.poetry.dependencies] aiohttp = "^3.8.4"