diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b734e18f9..8e64e469e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.24" + ".": "1.6.25" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c9afec2..543f68905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.25](https://github.com/microsoft/openapi.net/compare/v1.6.24...v1.6.25) (2025-08-22) + + +### Bug Fixes + +* missing examples when one example is with an empty array. ([4697af4](https://github.com/microsoft/openapi.net/commit/4697af47cb974386867e8b13118eff2e928abb4e)) + ## [1.6.24](https://github.com/microsoft/OpenAPI.NET/compare/1.6.23...v1.6.24) (2025-04-01) diff --git a/Directory.Build.props b/Directory.Build.props index c4d5e51ba..d69dd1740 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 - 1.6.24 + 1.6.25