We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4340d38 commit 65bbda9Copy full SHA for 65bbda9
CHANGELOG.md
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## 0.8.7 - 2017-10-23
10
### Fixed
11
- Fix a fatal error when the user token is not authenticated (#78)
12
src/Sentry/SentryBundle/SentryBundle.php
@@ -6,5 +6,5 @@
class SentryBundle extends Bundle
{
- const VERSION = '0.8.3';
+ const VERSION = '0.8.7';
}
0 commit comments