Skip to content

Commit

Permalink
Prepare release of version 6.0.0 (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Sep 16, 2021
1 parent 1c5d00c commit aa72d54
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## x.y.z

### Added

### Changed

### Deprecated
- Support for PHP 7.3 will be removed in Emogrifier 8.0.

### Removed

### Fixed

## 6.0.0

### Added
- Test with Symfony 6-dev (#1109)
- Add support for PHP 8.1 (#1103)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "6.0.x-dev"
"dev-main": "7.0.x-dev"
}
},
"autoload": {
Expand Down

0 comments on commit aa72d54

Please sign in to comment.