diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f3aa94..493be486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## 0.7.2 (2017-07-23) + +#### Other + +* Add key_builder param to caches to customize keys [#310](https://github.com/argaen/aiocache/issues/310) - Manuel Miranda + +* Propagate correct message on memcached connector error [#309](https://github.com/argaen/aiocache/issues/309) - Manuel Miranda + + + ## 0.7.1 (2017-07-15) diff --git a/aiocache/_version.py b/aiocache/_version.py index f0788a87..fb9b668f 100644 --- a/aiocache/_version.py +++ b/aiocache/_version.py @@ -1 +1 @@ -__version__ = '0.7.1' +__version__ = '0.7.2' diff --git a/requirements-ci.txt b/requirements-ci.txt index 4257ec65..c84585a4 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -1,5 +1,6 @@ -r requirements.txt -e . + flake8==3.4.1 mypy==0.521 pytest==3.1.3