diff --git a/docs/changelog.rst b/docs/changelog.rst index 3e96bd0..62f356c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,17 @@ Changelog ========= +24.7 +---- + +Release Date: July 13th, 2024 + +* Split loggers into client, request and response loggers. Thanks to `@aclemons `_. +* Improved README. Thanks to `@aisk `_. +* Fix type hint for ``TransactionCanceled.cancellation_reasons``. Thanks to `@aisk `_. +* Added additional error classes. Thanks to `@aisk `_. +* Improved tests. Support for running the test suite using pytest-xdist. + 24.1 ---- diff --git a/pyproject.toml b/pyproject.toml index 3103060..e4cd771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiodynamo" -version = "24.1" +version = "24.7" description = "Asyncio DynamoDB client" authors = ["Jonas Obrist "] license = "Apache-2.0"