We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd7b4e commit ed62ac3Copy full SHA for ed62ac3
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# CHANGELOG
2
3
-## 1.7.0
+## Unreleased
4
+
5
+## 1.7.1 (2017-08-02)
6
+- Fix of filtering sensitive data when there is an exception with multiple 'values' (#483)
7
8
+## 1.7.0 (2017-06-07)
9
10
- Corrected some issues with argument serialization in stacktraces (#399).
11
- The default exception handler will now re-raise exceptions when `call_existing` is true and no exception handler is registered (#421).
lib/Raven/Client.php
@@ -16,7 +16,7 @@
16
17
class Raven_Client
18
{
19
- const VERSION = '1.7.0';
+ const VERSION = '1.7.1';
20
21
const PROTOCOL = '6';
22
0 commit comments