Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed Oct 29, 2017
1 parent ff8e6d0 commit b3a03c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

- ...

## 1.8.0 (2017-10-29)

- Use namespaced classes in test for PHPUnit (#506)
- Prevent segmentation fault on PHP `<5.6` (#504)
- Remove `ini_set` call for unneeded functionality (#501)
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.8.x-dev';
const VERSION = '1.8.0';

const PROTOCOL = '6';

Expand Down

0 comments on commit b3a03c1

Please sign in to comment.