Skip to content

Commit

Permalink
Merge pull request #168 from odolbeau/prepare-release
Browse files Browse the repository at this point in the history
Prepare v1.7.0 release
  • Loading branch information
Olivier Dolbeau authored Nov 25, 2019
2 parents 581a43d + 410d935 commit a2dc397
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.7.0] - 2019-11-26

- Support Symfony ^5.0
- Remove support of PHP <7.2
- Remove support of sf 4.1
- Fix bad interface_exists check on class

## [1.6.3] - 2019-09-08

### Fixed
Expand Down Expand Up @@ -121,10 +128,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.1] - 2014-07-18

[Unreleased]: https://github.com/swarrot/SwarrotBundle/compare/v1.6.2...HEAD
[1.5.1]: https://github.com/swarrot/SwarrotBundle/compare/v1.6.1...v1.6.2
[1.5.1]: https://github.com/swarrot/SwarrotBundle/compare/v1.6.0...v1.6.1
[1.5.1]: https://github.com/swarrot/SwarrotBundle/compare/v1.5.1...v1.6.0
[Unreleased]: https://github.com/swarrot/SwarrotBundle/compare/v1.7.0...HEAD
[1.7.0]: https://github.com/swarrot/SwarrotBundle/compare/v1.6.3...v1.7.0
[1.6.3]: https://github.com/swarrot/SwarrotBundle/compare/v1.6.2...v1.6.3
[1.6.2]: https://github.com/swarrot/SwarrotBundle/compare/v1.6.1...v1.6.2
[1.6.1]: https://github.com/swarrot/SwarrotBundle/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/swarrot/SwarrotBundle/compare/v1.5.1...v1.6.0
[1.5.1]: https://github.com/swarrot/SwarrotBundle/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/swarrot/SwarrotBundle/compare/v1.4.2...v1.5.0
[1.4.2]: https://github.com/swarrot/SwarrotBundle/compare/v1.4.1...v1.4.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
"dev-master": "1.8-dev"
}
}
}

0 comments on commit a2dc397

Please sign in to comment.