diff --git a/CHANGELOG.md b/CHANGELOG.md index e20d49cc..ec5a87bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## 0.8.7 - 2017-10-23 ### Fixed - Fix a fatal error when the user token is not authenticated (#78) diff --git a/src/Sentry/SentryBundle/SentryBundle.php b/src/Sentry/SentryBundle/SentryBundle.php index a454d11b..b018c79f 100644 --- a/src/Sentry/SentryBundle/SentryBundle.php +++ b/src/Sentry/SentryBundle/SentryBundle.php @@ -6,5 +6,5 @@ class SentryBundle extends Bundle { - const VERSION = '0.8.3'; + const VERSION = '0.8.7'; }