Skip to content

Commit 0fc837f

Browse files
committed
Update to v1.4
1 parent 9d35199 commit 0fc837f

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.4.0] - 2021-08-29
11+
1012
### Changed
1113
- Attributes are taken either directly from the `ArgumentMetadata` or from the attribute locator.
1214
- Annotations (not attributes) will be only taken into account when the `doctrine\annotations` package is available (in no-dev mode).
@@ -71,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7173
### Deprecated
7274
- Config option "default_content_type" at "entity_response". Moved to the root node "jungi_framework_extra".
7375

74-
[unreleased]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.3.0...HEAD
76+
[unreleased]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.4.0...HEAD
77+
[1.4.0]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.3.0...v1.4.0
7578
[1.3.0]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.2.0...v1.3.0
7679
[1.2.0]: https://github.com/piku235/JungiFrameworkExtraBundle/compare/v1.1.0...v1.2.0
7780
[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.4-dev"
44+
"dev-master": "1.5-dev"
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)