diff --git a/docs/about/changelog.md b/docs/about/changelog.md index 0e347de7..42f32eed 100644 --- a/docs/about/changelog.md +++ b/docs/about/changelog.md @@ -7,6 +7,12 @@ tags: toc_depth: 2 --- +## v2.27.0 + +### 🚀 Features + +- Add support disable_decoding in async read_response #349 + ## v2.26.2 ### 🐛 Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 671899b0..1ad1eb25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [ { include = "fakeredis" }, { include = "LICENSE", to = "fakeredis" }, ] -version = "2.26.2" +version = "2.27.0" description = "Python implementation of redis API, can be used for testing purposes." readme = "README.md" keywords = ["redis", "RedisJson", "RedisBloom", "tests", "redis-stack"]