diff --git a/CHANGELOG.md b/CHANGELOG.md index d3a1dc1f..732203ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## 0.9.1 (2018-04-27) + +* Single deploy step [#395](https://github.com/argaen/aiocache/issues/395) - Manuel Miranda + +* Catch ImportError when importing optional msgpack [#398](https://github.com/argaen/aiocache/issues/398) - Paweł Kowalski + +* Lazy load redis asyncio.Lock [#397](https://github.com/argaen/aiocache/issues/397) - Jordi Soucheiron + + + ## 0.9.0 (2018-04-24) * Bug #389/propagate redlock exceptions [#394](https://github.com/argaen/aiocache/issues/394) - Manuel Miranda diff --git a/aiocache/_version.py b/aiocache/_version.py index e4e49b3b..8969d496 100644 --- a/aiocache/_version.py +++ b/aiocache/_version.py @@ -1 +1 @@ -__version__ = '0.9.0' +__version__ = '0.9.1'