diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d3ff16c..76d6ae22 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.8](https://github.com/lexicalunit/spellbot/releases/tag/v9.4.8) - 2024-01-14 + ### Changed - Updated dependencies. diff --git a/pyproject.toml b/pyproject.toml index f9f68af6..1b9e1a78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ packages = [ ] readme = 'README.md' repository = 'https://github.com/lexicalunit/spellbot' -version = "9.4.7" +version = "9.4.8" [tool.poetry.dependencies] aiohttp = "^3.8.4"