diff --git a/CHANGELOG.md b/CHANGELOG.md index c8667535..449a5c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## 3.0.0 (2022-01-17) + +#### Features + +* **compat:** add support for python 3.10 (#13) ([dda3b5de](dda3b5de)) + +#### Bug Fixes + +* **pool:** fix basic query argument types ([30de2852](30de2852)) + +#### Breaking Changes + +* **compat:** drop support for python 3.5 (#13) ([dda3b5de](dda3b5de)) + ## 2.0.4 (2021-07-19) diff --git a/pyproject.toml b/pyproject.toml index 6e648df5..9c671267 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yaaredis" -version = "2.0.4" +version = "3.0.0" description = "Python async client for Redis key-value store" readme = "README.rst"