diff --git a/CHANGELOG.md b/CHANGELOG.md index a585b55f..f92ff389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] @@ -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 diff --git a/composer.json b/composer.json index 92b0c7d7..acf45188 100644 --- a/composer.json +++ b/composer.json @@ -57,9 +57,6 @@ } }, "extra": { - "branch-alias": { - "dev-master": "5.0.x-dev" - }, "installer-paths": { "drupal/core": [ "type:drupal-core"