Skip to content

Commit

Permalink
[TASK] Prepare release of version 5.0.1 (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Apr 5, 2021
1 parent 8d737bd commit 37be66a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<body>`
([#961](https://github.com/MyIntervals/emogrifier/pull/961))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "5.0.x-dev"
"dev-main": "6.0.x-dev"
}
}
}

0 comments on commit 37be66a

Please sign in to comment.