Skip to content

Commit

Permalink
Prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Thinardon committed Jul 5, 2019
1 parent 6c6ab63 commit e1cd775
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.0.0] - 2019-07-05
### Changed

- support for Symfony 4.3 and 5.0

### Fixed

- Denormalizer updates for v2.0 #23
- The EventDispatcher should be final #4

## [1.5.0] - 2019-03-29
### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.5.x-dev"
"dev-master": "2.0.x-dev"
}
}
}

0 comments on commit e1cd775

Please sign in to comment.