Skip to content

Commit a4a7430

Browse files
Release v0.2.0 (#8)
1 parent d37df80 commit a4a7430

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v0.2.0] - 2020-02-01
10+
11+
### Added
12+
13+
- [#5] Add Symfony v5.x support
14+
15+
### Fixed
16+
17+
- [#7] Fix CacheStatsDataCollector compatibility with Symfony v5
18+
19+
### Removed
20+
21+
- [#6] Drop Symfony v4.2 support
22+
923
## [v0.1.1] - 2020-02-01
1024

1125
### Fixed
@@ -18,4 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1832
[Unreleased]: https://github.com/PabloKowalczyk/CacheStatsBundle/compare/v0.1.1...HEAD
1933
[v0.1.0]: https://github.com/PabloKowalczyk/CacheStatsBundle/releases/tag/v0.1.0
2034
[v0.1.1]: https://github.com/PabloKowalczyk/CacheStatsBundle/compare/v0.1.0...v0.1.1
35+
[v0.2.0]: https://github.com/PabloKowalczyk/CacheStatsBundle/compare/v0.1.1...v0.2.0
2136
[#3]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/3
37+
[#5]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/5
38+
[#6]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/6
39+
[#7]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/7

0 commit comments

Comments
 (0)