diff --git a/CHANGELOG.md b/CHANGELOG.md index 37dc21fe19..a168a2ea69 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.18.0] - 2024-09-05 + +### Added + - Added the ability to export the CodeDom to a file showing the public APIs to be generated in a given language [#4627](https://github.com/microsoft/kiota/issues/4627) - Added composed type serialization in Typescript [2462](https://github.com/microsoft/kiota/issues/2462) - Use authentication information available in the source OpenAPI document when generating a plugin manifest. [#5070](https://github.com/microsoft/kiota/issues/5070) @@ -1436,3 +1442,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial GitHub release +