Skip to content

Commit

Permalink
Merge pull request #55 from odolbeau/prepare-510
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
Olivier Dolbeau authored Dec 18, 2020
2 parents 3eb7e75 + b448bda commit e398cb8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [5.1.0]

### Added

* Support PHP 8

## [5.0.1]

### Added
Expand Down Expand Up @@ -123,7 +129,8 @@ If you have more than 3 retries, update the regex accordingly.

## [1.0.0] - 2014-09-06

[Unreleased]: https://github.com/odolbeau/rabbit-mq-admin-toolkit/compare/v5.0.1...HEAD
[Unreleased]: https://github.com/odolbeau/rabbit-mq-admin-toolkit/compare/v5.1.0...HEAD
[5.1.0]: https://github.com/odolbeau/rabbit-mq-admin-toolkit/compare/v5.0.1...v5.1.0
[5.0.1]: https://github.com/odolbeau/rabbit-mq-admin-toolkit/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/odolbeau/rabbit-mq-admin-toolkit/compare/v4.1.0...v5.0.0
[4.1.0]: https://github.com/odolbeau/rabbit-mq-admin-toolkit/compare/v4.0.2...v4.1.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"bin": ["rabbit"],
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
"dev-master": "5.1.x-dev"
}
}
}

0 comments on commit e398cb8

Please sign in to comment.