Skip to content

Commit 02f7fba

Browse files
committed
Update to v1.3
1 parent 6a394fe commit 02f7fba

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.3.0] - 2021-07-31
11+
1012
### Added
1113
- Added support of nullable `RequestBody` arguments. When a request body is empty, and the content type is unavailable, a default argument value is used, or `null` in case of a nullable argument.
1214

@@ -54,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5456
### Deprecated
5557
- Config option "default_content_type" at "entity_response". Moved to the root node "jungi_framework_extra".
5658

57-
[unreleased]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.2.0...HEAD
59+
[unreleased]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.3.0...HEAD
60+
[1.3.0]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.2.0...v1.3.0
5861
[1.2.0]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.1.0...v1.2.0
5962
[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
@@ -41,7 +41,7 @@
4141
},
4242
"extra": {
4343
"branch-alias": {
44-
"dev-master": "1.3-dev"
44+
"dev-master": "1.4-dev"
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)