Skip to content

Commit

Permalink
Release patch 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Aug 2, 2017
1 parent ccd7b4e commit ed62ac3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion lib/Raven/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

class Raven_Client
{
const VERSION = '1.7.0';
const VERSION = '1.7.1';

const PROTOCOL = '6';

Expand Down

0 comments on commit ed62ac3

Please sign in to comment.