From 65bbda9e2f036a6fac2999ed6a6ef0b6dbfc7a79 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Mon, 23 Oct 2017 17:08:51 +0200 Subject: [PATCH] Update version and changelog for 0.8.7 release --- CHANGELOG.md | 1 + src/Sentry/SentryBundle/SentryBundle.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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'; }