Skip to content

Commit 65bbda9

Browse files
committed
Update version and changelog for 0.8.7 release
1 parent 4340d38 commit 65bbda9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## 0.8.7 - 2017-10-23
910
### Fixed
1011
- Fix a fatal error when the user token is not authenticated (#78)
1112

Diff for: src/Sentry/SentryBundle/SentryBundle.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
class SentryBundle extends Bundle
88
{
9-
const VERSION = '0.8.3';
9+
const VERSION = '0.8.7';
1010
}

0 commit comments

Comments
 (0)