diff --git a/docs/changelog.rst b/docs/changelog.rst index ab211d8..3e96bd0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,17 @@ Changelog ========= +24.1 +---- + +Release Date: January 19th, 2024 + +* Fixed attribute type condition. +* Consistent handling of transaction cancelled errors. Thanks to `@aclemons `_. +* OR and AND conditions are now flattened when possible. +* Create table now returns its description and no longer calls describe table if the table is already active after being created. +* Official support for Python 3.12. + 23.10.1 ------- diff --git a/pyproject.toml b/pyproject.toml index 11b1300..0c3ec4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiodynamo" -version = "23.10.1" +version = "24.1" description = "Asyncio DynamoDB client" authors = ["Jonas Obrist "] license = "Apache-2.0"