diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2437b4193..dd88ece24 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.0" + ".": "3.4.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 033c3f970..9d82560ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.4.1](https://github.com/microsoft/OpenAPI.NET/compare/v3.4.0...v3.4.1) (2026-03-13) + + +### Bug Fixes + +* **library:** do not emit unevaluatedProperties for non-object schemas ([852fb4c](https://github.com/microsoft/OpenAPI.NET/commit/852fb4c744c51099a629d90797a2803d3bbdfc2a)) +* **library:** do not emit unevaluatedProperties for non-object schemas ([19538aa](https://github.com/microsoft/OpenAPI.NET/commit/19538aa169b708dac3baf04a1315bed1dd25eac6)) + ## [3.4.0](https://github.com/microsoft/OpenAPI.NET/compare/v3.3.1...v3.4.0) (2026-03-04) diff --git a/Directory.Build.props b/Directory.Build.props index 3587cea9d..d36a3ebf3 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -12,7 +12,7 @@ https://github.com/Microsoft/OpenAPI.NET © Microsoft Corporation. All rights reserved. OpenAPI .NET - 3.4.0 + 3.4.1