Skip to content

Commit ed62ac3

Browse files
committed
Release patch 1.7.1
1 parent ccd7b4e commit ed62ac3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# CHANGELOG
22

3-
## 1.7.0
3+
## 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)
49

510
- Corrected some issues with argument serialization in stacktraces (#399).
611
- 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
class Raven_Client
1818
{
19-
const VERSION = '1.7.0';
19+
const VERSION = '1.7.1';
2020

2121
const PROTOCOL = '6';
2222

0 commit comments

Comments
 (0)