Skip to content

Commit

Permalink
Changelog for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
B-Galati committed Nov 5, 2019
1 parent a1a39eb commit 895ddc8
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 895ddc8

Please sign in to comment.