We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4ba5a commit b36df36Copy full SHA for b36df36
CHANGELOG.md
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
## [Unreleased]
8
+## 2.2.0 - 2019-01-05
9
+### Added
10
+ - Add the `route` tag automatically to any event generated by a request (#167, thanks @ruudk)
11
+### Changed
12
+ - Make the `ExceptionListener` more extendable by making all members at least `protected` (#176, thanks @bouland)
13
14
## 2.1.0 - 2018-11-05
15
### Added
0 commit comments