From 70d7bbfdfda1cf791b8fd603261be68d30deb525 Mon Sep 17 00:00:00 2001 From: Jonathan Hedstrom Date: Wed, 13 Dec 2023 09:13:25 -0800 Subject: [PATCH] Prep for 5.0.0. --- CHANGELOG.md | 5 +++-- composer.json | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) 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"