Skip to content

Commit 9e12561

Browse files
committed
Update to v1.2.0
1 parent 506a211 commit 9e12561

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.0] - 2020-09-27
11+
1012
### Added
1113
- Attributes (PHP 8.0).
1214

@@ -42,5 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4244
### Deprecated
4345
- Config option "default_content_type" at "entity_response". Moved to the root node "jungi_framework_extra".
4446

45-
[unreleased]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.1.0...HEAD
47+
[unreleased]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.2.0...HEAD
48+
[1.2.0]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.1.0...v1.2.0
4649
[1.1.0]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.0.0...v1.1.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"extra": {
4242
"branch-alias": {
43-
"dev-master": "1.2-dev"
43+
"dev-master": "1.3-dev"
4444
}
4545
}
4646
}

0 commit comments

Comments
 (0)