diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..500c83f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.7.0](https://github.com/andrewthetechie/pydantic-aioredis/compare/v0.6.0...v0.7.0) (2022-07-21) + + +### Features + +* move to redis-py ([#217](https://github.com/andrewthetechie/pydantic-aioredis/issues/217)) ([bd2831b](https://github.com/andrewthetechie/pydantic-aioredis/commit/bd2831b66b7a4949cbd5f116b508d6cb54361321)) + + +### Documentation + +* update shields in readme ([a5bea90](https://github.com/andrewthetechie/pydantic-aioredis/commit/a5bea90df6a68eca2a08d01747d32bc1fdf03648)) diff --git a/pyproject.toml b/pyproject.toml index 552c4314..d6174b21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydantic-aioredis" -version = "0.6.0.post15.dev0+8cb7c71" +version = "0.7.0" description = "Use your pydantic models as an ORM, storing data in Redis." authors = ["Andrew Herrington "] license = "MIT"