From c3db90048de3a92697bd3ed38ebfef30fbb3b7db Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 22 Aug 2025 14:53:40 -0400 Subject: [PATCH] chore(support/v1): release 1.6.25 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Directory.Build.props | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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