Skip to content

Commit

Permalink
Prepare release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Dolbeau committed Dec 16, 2020
1 parent 33a0a46 commit f39fc87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
"dev-master": "2.2-dev"
}
}
}

0 comments on commit f39fc87

Please sign in to comment.