From ed62ac351124a136f61b7ece7e0d172f4c56897b Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Wed, 2 Aug 2017 18:38:25 +0200 Subject: [PATCH] Release patch 1.7.1 --- CHANGELOG.md | 7 ++++++- lib/Raven/Client.php | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f86e0ad68..0895142d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # CHANGELOG -## 1.7.0 +## Unreleased + +## 1.7.1 (2017-08-02) +- Fix of filtering sensitive data when there is an exception with multiple 'values' (#483) + +## 1.7.0 (2017-06-07) - Corrected some issues with argument serialization in stacktraces (#399). - The default exception handler will now re-raise exceptions when `call_existing` is true and no exception handler is registered (#421). diff --git a/lib/Raven/Client.php b/lib/Raven/Client.php index 8d46faeee..8b33102ed 100644 --- a/lib/Raven/Client.php +++ b/lib/Raven/Client.php @@ -16,7 +16,7 @@ class Raven_Client { - const VERSION = '1.7.0'; + const VERSION = '1.7.1'; const PROTOCOL = '6';