Skip to content

Commit

Permalink
bump & release
Browse files Browse the repository at this point in the history
  • Loading branch information
vutran1710 committed Feb 13, 2024
1 parent bd6f18a commit ea42f59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ea42f59

Please sign in to comment.