From 97a53ca6d6101a73a7ea4179b281aa0710e551b8 Mon Sep 17 00:00:00 2001 From: argaen Date: Sun, 23 Jul 2017 19:40:05 +0200 Subject: [PATCH] Bump version 0.7.2 --- CHANGELOG.md | 10 ++++++++++ aiocache/_version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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'