From 0130dab1561621958b0c6ec2645184e784cc8193 Mon Sep 17 00:00:00 2001 From: Kevin James Date: Mon, 17 Jan 2022 17:00:00 -0600 Subject: [PATCH] chore(release): bump version --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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"