From 895ddc8a99343871e0d44c75e91217a2f3096a33 Mon Sep 17 00:00:00 2001 From: Benoit Galati Date: Tue, 5 Nov 2019 22:42:28 +0100 Subject: [PATCH] Changelog for 1.2.0 --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be50d49..3b51a4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/B-Galati/monolog-sentry-handler/compare/1.1.0...master) +## [Unreleased](https://github.com/B-Galati/monolog-sentry-handler/compare/1.2.0...master) + +## [1.2.0](https://github.com/B-Galati/monolog-sentry-handler/compare/1.1.0...1.2.0) - 2019-11-06 ### Added -- Re-add .gitattributes as it makes dist lighter +- Add extension points (fix #3) (#12) + >See the [doc](doc/extension-points.md)! +- Re-add .gitattributes as it makes dist lighter (#11) + +### Changed +- Suggest Symfony HttplugClient in symfony guide (#13) +- Use Fatal instead of critical level for breadcrumbs (Critical is deprecated) (fix #9) (#11) + +### Fixed +- Flush messages on Handler write (fix #10) (#11) +- Bump sentry SDK minimum version to 2.2.3 (#11) ## [1.1.0](https://github.com/B-Galati/monolog-sentry-handler/compare/1.0.0...1.1.0) - 2019-09-26 ### Added