From e7a196c71b72019edac1b3d3cb130a6a4d635f66 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 1 Feb 2024 09:58:24 -0500 Subject: [PATCH] - bumps version for release 1.11 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4039250434..eed696d4bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +## [1.11.0] - 2024-02-01 + +### Added + - Added 'none' key for serializer and deserializer arguments to enable portable clients generation. [#3796](https://github.com/microsoft/kiota/issues/3796) - Added Japanese translations to vscode extension. - Added support for deprecation annotations in Python. [#2798](https://github.com/microsoft/kiota/issues/2798) @@ -1234,3 +1240,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial GitHub release +