@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## 2.0.3 - 2018-06-01
10+ ### Added
11+ - Add ` symfony_version ` as a default tag (#116 , thanks @hjanuschka )
12+ ### Fixed
13+ - Retrieve use IP address from Symfony, to honor trusted proxies (#131 , thanks @eliecharra )
14+
915## 2.0.2 - 2018-03-06
1016### Fixed
1117 - Fix ` processorOptions ` in yaml configuration (#107 )
@@ -27,6 +33,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2733 - Drop support for Symfony 2.x
2834 - Drop support for PHP 5 and 7.0
2935
36+ ## 1.0.3 - 2018-06-01
37+ ### Added
38+ - Add ` symfony_version ` as a default tag (#117 , backport of #116 , thanks @hjanuschka )
39+ ### Fixed
40+ - Retrieve use IP address from Symfony, to honor trusted proxies (#132 , backport of #131 , thanks @eliecharra )
41+
3042## 1.0.2 - 2018-03-06
3143### Fixed
3244 - Fix ` processorOptions ` in YAML configuration (#109 , backport of #107 )
@@ -52,6 +64,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5264 - Remove support for PHP versions lower than 5.6, since they are now EOL
5365 - Remove support for HHVM
5466
67+ ## 0.8.8 - 2018-06-01
68+ ### Added
69+ - Add ` symfony_version ` as a default tag (backport of #116 , thanks @hjanuschka )
70+ ### Fixed
71+ - Retrieve use IP address from Symfony, to honor trusted proxies (backport of #131 , thanks @eliecharra )
72+
73+ ## 0.8.7 - 2017-10-23
74+ ### Fixed
75+ - Fix a fatal error when the user token is not authenticated (#78 )
76+
5577## 0.8.6 - 2017-08-24
5678### Changed
5779 - Migrate service definitions to non-deprecated option configuration values
0 commit comments