Skip to content

Commit

Permalink
Prepare v3.5.0 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Dolbeau authored Oct 27, 2021
1 parent fc0dc69 commit c30c662
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.5.0] - 2021-10-23

- Added support PHP8 attribute
- Drop support for PHP < 7.4
- Drop support for Symfony < 4.4

## [3.4.2] - 2021-06-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.4.x-dev"
"dev-master": "3.5.x-dev"
}
}
}

0 comments on commit c30c662

Please sign in to comment.