From c5dff6b1959fe18ab3cecf8efdf44c974245edad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:23:30 +0000 Subject: [PATCH] chore(2.x): release 3.1.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c54b5f4..b2bb20d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/crtl/request-dto-resolver-bundle/compare/v3.0.0...v3.1.0) (2026-02-11) + + +### Features + +* Adds configuration for default strict and null value behaviour. ([#22](https://github.com/crtl/request-dto-resolver-bundle/issues/22)) ([5d3dd02](https://github.com/crtl/request-dto-resolver-bundle/commit/5d3dd0207aaf0f6156792081642b97d454206c6e)) + ## [3.0.0](https://github.com/crtl/request-dto-resolver-bundle/compare/v2.2.0...v3.0.0) (2026-02-09)