Skip to content

Commit f31fc64

Browse files
author
Olivier Dolbeau
committed
Prepare v2.0.0 release
1 parent 299b1f0 commit f31fc64

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
44

55
## Unreleased
66

7+
## 2.0.0
8+
9+
- Remove legacy layer used to support Symfony ^2.0
10+
- Add strict type hinting
11+
712
## 1.1.0
813

914
- Remove support of PHP < 7.2

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"extra": {
3636
"branch-alias": {
37-
"dev-master": "1.2-dev"
37+
"dev-master": "2.1-dev"
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)