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 + 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)