From b79970778437a2cac1633e5dc29282c8ea7c8b10 Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Thu, 3 Oct 2024 14:54:53 +0300 Subject: [PATCH 1/2] - bumps version for release of 1.19.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b18d01bcdd..4e1b1bc8f3 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 ### Added +### Changed + +## [1.19.0] - 2024-10-03 + +### Added + - Control generated type access modifier for C# via `--type-access-modifier` flag. [#4788](https://github.com/microsoft/kiota/issues/4788) ### Changed @@ -1462,3 +1468,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial GitHub release + From 27b525eee900ec63ef92d774799690dd21e8952a Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Thu, 3 Oct 2024 15:00:39 +0300 Subject: [PATCH 2/2] update extension changelog --- vscode/microsoft-kiota/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vscode/microsoft-kiota/CHANGELOG.md b/vscode/microsoft-kiota/CHANGELOG.md index 05109fe2cd..723e029777 100644 --- a/vscode/microsoft-kiota/CHANGELOG.md +++ b/vscode/microsoft-kiota/CHANGELOG.md @@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file. ### Changed +## [1.19.100000001] - 2024-10-03 + ## [1.19.24092002] - 2024-09-20 ### Changed @@ -25,4 +27,5 @@ All notable changes to this project will be documented in this file. - Bug fixes ### Changed + - Kiota extension logo [#5399](https://github.com/microsoft/kiota/issues/5399)