diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e91f988..46c8d7dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [3.2.1] - 2024-02-13 +* Fix Redis CROSSSLOT Keys following issue [#126](https://github.com/vutran1710/PyrateLimiter/issues/126) + ## [3.1.1] - 2024-01-02 * Fix broken SqliteBucket following issue [#132](https://github.com/vutran1710/PyrateLimiter/issues/132) diff --git a/pyproject.toml b/pyproject.toml index 9c23f241..ea4eac52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyrate-limiter" -version = "3.2.0" +version = "3.2.1" description = "Python Rate-Limiter using Leaky-Bucket Algorithm" authors = ["vutr "] license = "MIT"