diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b6a6f4..4e521252 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.2.0](https://github.com/lexicalunit/spellbot/releases/tag/v14.2.0) - 2025-01-01 + ### Added - Adds a feature to suggest voice channels (not configurable, beta only). diff --git a/pyproject.toml b/pyproject.toml index 188ac778..a2b5af32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,7 +137,7 @@ packages = [ ] readme = 'README.md' repository = 'https://github.com/lexicalunit/spellbot' -version = "14.1.0" +version = "14.2.0" [tool.poetry.dependencies] aiohttp = "^3.9.4"