From 06f79605d3296d690e2cfed5cc47dd78da7e8d78 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 5 Jul 2024 08:51:40 -0400 Subject: [PATCH] - bumps version for release of --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7250b88e23..66f4df46c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [1.16.0] - 2024-07-05 + +### Added + +### Changed + - Implemented partial class model declarations. [4894](https://github.com/microsoft/kiota/issues/4894) - Fixed a bug where the Go file names were too long - Fixed a bug where the declarative copilot information would be erased if any. [#4935](https://github.com/microsoft/kiota/issues/4935) @@ -1388,3 +1394,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial GitHub release +