diff --git a/CHANGELOG.md b/CHANGELOG.md index 704e16e..577e971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Changelog -## [release candidate] +## [0.7.1] - 2024-07-27 ### Added - `LSET` and `LINDEX` ([#19]) +- Start helpers module for common use cases ([#19]) + +### Bug-Fixes + +- Fix bug when using `PUBSUB` locally ([#19]) ## [0.7.0] - 2024-04-21 diff --git a/pyproject.toml b/pyproject.toml index 21f61b7..7a71ab8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "redipy" description = "redipy is a uniform interface to Redis-like storage systems. It allows you to use the same Redis API with different backends that implement the same functionality." readme = "README.md" - version = "0.7.0" + version = "0.7.1" authors = [ {name = "Josua Krause", email = "josua.krause@gmail.com"}, ]