Skip to content

Commit 4dd3da1

Browse files
committed
Update to v1.1.0
1 parent 601bfa7 commit 4dd3da1

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.1.0] - 2020-09-11
11+
1012
### Added
1113
- Use the default content type `application/json` (can be overwritten in the configuration) when the request `Content-Type` is unavailable in the `RequestBodyValueResolver`.
1214
- Information about no registered message body mappers when creating an entity response.
@@ -24,4 +26,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2426
### Deprecated
2527
- Config option "default_content_type" at "entity_response". Moved to the root node "jungi_framework_extra".
2628

27-
[unreleased]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.0.0...HEAD
29+
[unreleased]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.1.0...HEAD
30+
[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.1-dev"
43+
"dev-master": "1.2-dev"
4444
}
4545
}
4646
}

0 commit comments

Comments
 (0)