From 37be66a42cbbf2ca26d9dd6bfee7e2164d3f6884 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 5 Apr 2021 22:45:24 +0200 Subject: [PATCH] [TASK] Prepare release of version 5.0.1 (#965) --- CHANGELOG.md | 11 +++++++++-- composer.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 947555dd..6266a95e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,20 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added ### Changed -- Switch the default branch from `master` to `main` - ([#951](https://github.com/MyIntervals/emogrifier/pull/951)) ### Deprecated +- Support for PHP 7.2 will be removed in Emogrifier 7.0. ### Removed +### Fixed + +## 5.0.1 + +### Changed +- Switch the default branch from `master` to `main` + ([#951](https://github.com/MyIntervals/emogrifier/pull/951)) + ### Fixed - Ignore `http-equiv` `Content-Type` in `` ([#961](https://github.com/MyIntervals/emogrifier/pull/961)) diff --git a/composer.json b/composer.json index dd12639b..54a7acba 100644 --- a/composer.json +++ b/composer.json @@ -96,7 +96,7 @@ }, "extra": { "branch-alias": { - "dev-main": "5.0.x-dev" + "dev-main": "6.0.x-dev" } } }