From 23cf835ed45a5fc616846c7b50e5b9fb1af924ff Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 11 Jan 2024 09:37:11 -0500 Subject: [PATCH] - bumps version for release 1.10 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e121728743..cbbc07336b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [1.10.0] - 2024-01-11 + +### Added + +### Changed + - Java - Self-extraction of query parameters instead of using reflection. [#3965](https://github.com/microsoft/kiota/issues/3965) - Fixed a bug where the discriminator validation rule would report false positives on nullable union types. - Fixed a bug where constructors and model names where clashing in Go. [#3920](https://github.com/microsoft/kiota/issues/3920) @@ -1206,3 +1212,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial GitHub release +