Skip to content

Commit

Permalink
Merge pull request #656 from jhedstrom/prep-5.0.0
Browse files Browse the repository at this point in the history
Prep for 5.0.0
  • Loading branch information
jhedstrom authored Dec 13, 2023
2 parents 5847e41 + 70d7bbf commit d77136a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [5.0.0]
### Added
* [#655](https://github.com/jhedstrom/drupalextension/pull/655) Configure Guzzle request options
## [5.0.0 rc1]
Expand Down Expand Up @@ -147,8 +148,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* [#437](https://github.com/jhedstrom/drupalextension/pull/437): Radio button selector fix.
* [#439](https://github.com/jhedstrom/drupalextension/pull/439): Symfony 3 compatibility follow-up fix.

[Unreleased]: https://github.com/jhedstrom/drupalextension/compare/v5.0.0rc1...HEAD
[Unreleased]: https://github.com/jhedstrom/drupalextension/compare/v5.0.0alpha1...v5.0.0rc1
[Unreleased]: https://github.com/jhedstrom/drupalextension/compare/v5.0.0...HEAD
[5.0.0]: https://github.com/jhedstrom/drupalextension/compare/v5.0.0rc1...v5.0.0
[5.0.0 alpha1]: https://github.com/jhedstrom/drupalextension/compare/v4.2.0...v5.0.0alpha1
[4.2.0]: https://github.com/jhedstrom/drupalextension/compare/v4.1.0...v4.2.0
[4.1.0]: https://github.com/jhedstrom/drupalextension/compare/v4.0.1...v4.1.0
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
}
},
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
},
"installer-paths": {
"drupal/core": [
"type:drupal-core"
Expand Down

0 comments on commit d77136a

Please sign in to comment.