From 2810d6a6958fa682f242d3f471a40ae8f1458183 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Thu, 4 Apr 2024 21:28:59 +0000 Subject: [PATCH] chore(release): 0.2.3 [skip ci] ## [0.2.3](https://github.com/totaldebug/asyncpow/compare/v0.2.2...v0.2.3) (2024-04-04) ### Bug Fixes * Overseer API has inconsistant api, amend spokenLanguage model to match ([4e60171](https://github.com/totaldebug/asyncpow/commit/4e60171c2d4a92866b468eb5657f17204d1593d3)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd3bcf9..7c53180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.3](https://github.com/totaldebug/asyncpow/compare/v0.2.2...v0.2.3) (2024-04-04) + + +### Bug Fixes + +* Overseer API has inconsistant api, amend spokenLanguage model to match ([4e60171](https://github.com/totaldebug/asyncpow/commit/4e60171c2d4a92866b468eb5657f17204d1593d3)) + ## [0.2.2](https://github.com/totaldebug/asyncpow/compare/v0.2.1...v0.2.2) (2024-04-04) diff --git a/pyproject.toml b/pyproject.toml index f2c782c..d45a35b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "asyncpow" -version = "0.2.2" +version = "0.2.3" description = "Asynchronous Python Overseerr Wrapper" authors = ["Steven Marks - TotalDebug"] license = "MIT"