From 22dc5cf19bd7609b7bdd8d92dcec872825f51c96 Mon Sep 17 00:00:00 2001 From: David Read Date: Wed, 22 Jul 2015 11:43:17 +0100 Subject: [PATCH] Add 2.0.7 changelog --- CHANGELOG.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 02a46295cbf..d4b04cb69a9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -802,6 +802,15 @@ Known issues: * Under certain authorization setups the frontend for the groups functionality may not work as expected (See #1176 #1175). +v2.0.7 2015-07-22 +================= + +Bug fixes: + * Fix broken boolean validator (#2443) + * Key error on resource proxy (#2425) + * Ignore revision_id passed to resources (#2340) + * Add reset for reset_key on successful password change (#2379) + v2.0.6 2015-03-04 =================