From f39fc87245f29d25e3d6e719d3eda63930bc24b6 Mon Sep 17 00:00:00 2001 From: Olivier Dolbeau Date: Wed, 16 Dec 2020 16:47:47 +0100 Subject: [PATCH] Prepare release v2.2.0 --- CHANGELOG.md | 7 ++++++- composer.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f7b15..764cee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [2.2.0] - 2020-12-16 + +- Add PHP 8 support + ## [2.1.0] - 2020-10-25 - Update processor for doctrine/persistence:^2.0 @@ -162,7 +166,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.1] - 2014-07-18 -[Unreleased]: https://github.com/swarrot/SwarrotBundle/compare/v2.1.0...HEAD +[Unreleased]: https://github.com/swarrot/SwarrotBundle/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/swarrot/SwarrotBundle/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/swarrot/SwarrotBundle/compare/v2.0.1...v2.1.0 [2.0.1]: https://github.com/swarrot/SwarrotBundle/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/swarrot/SwarrotBundle/compare/v1.8.1...v2.0.0 diff --git a/composer.json b/composer.json index 8264127..5384743 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-master": "2.2-dev" } } }