From 1e32a28c479b2329de01d9a31df2b2806f100cb6 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Tue, 6 Mar 2018 15:40:47 +0100 Subject: [PATCH] Update changelog for release 2.0.2 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94adfb02..3751338a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## 2.0.2 - 2018-03-06 ### Fixed - - Fix `processorOptions` in yaml configuration + - Fix `processorOptions` in yaml configuration (#107) ## 2.0.1 - 2018-01-31 ### Fixed @@ -25,6 +27,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Drop support for Symfony 2.x - Drop support for PHP 5 and 7.0 +## 1.0.2 - 2018-03-06 +### Fixed + - Fix `processorOptions` in YAML configuration (#109, backport of #107) + ## 1.0.1 - 2017-12-04 ### Changed - The `sentry.client` service is now explicitly declared as public