diff --git a/docs/about/changelog.md b/docs/about/changelog.md index 08121d80..d48125a0 100644 --- a/docs/about/changelog.md +++ b/docs/about/changelog.md @@ -7,6 +7,12 @@ tags: toc_depth: 2 --- +## v2.26.2 + +### 🐛 Bug Fixes + +- Fix bug in `xreadgroup` when stream length is less than COUNT with BLOCK #344 + ## v2.26.1 ### 🐛 Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index fc11078c..671899b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [ { include = "fakeredis" }, { include = "LICENSE", to = "fakeredis" }, ] -version = "2.26.1" +version = "2.26.2" description = "Python implementation of redis API, can be used for testing purposes." readme = "README.md" keywords = ["redis", "RedisJson", "RedisBloom", "tests", "redis-stack"]