diff --git a/packages/microsoft_kiota_abstractions/CHANGELOG.md b/packages/microsoft_kiota_abstractions/CHANGELOG.md index 0f1d9f8..c0490e1 100644 --- a/packages/microsoft_kiota_abstractions/CHANGELOG.md +++ b/packages/microsoft_kiota_abstractions/CHANGELOG.md @@ -1,3 +1,6 @@ ## Unreleased -* Provides interfaces and base classes for a basic Kiota client +## [0.0.1] - 2025-01-06 + +- Initial version. +- Provides interfaces and base classes for a basic Kiota client diff --git a/packages/microsoft_kiota_bundle/CHANGELOG.md b/packages/microsoft_kiota_bundle/CHANGELOG.md index df7b366..5efa5ad 100644 --- a/packages/microsoft_kiota_bundle/CHANGELOG.md +++ b/packages/microsoft_kiota_bundle/CHANGELOG.md @@ -1,3 +1,6 @@ ## Unreleased -* Provides a `DefaultRequestAdapter` that adds default serializers and deserializers +## [0.0.1] - 2025-01-06 + +- Initial version. +- Provides a `DefaultRequestAdapter` that adds default serializers and deserializers diff --git a/packages/microsoft_kiota_http/CHANGELOG.md b/packages/microsoft_kiota_http/CHANGELOG.md index 8604f7e..2e754bc 100644 --- a/packages/microsoft_kiota_http/CHANGELOG.md +++ b/packages/microsoft_kiota_http/CHANGELOG.md @@ -1,4 +1,6 @@ # Unreleased +## [0.0.1] - 2025-01-06 + - Initial version. - Provides an implementation of a `RequestAdapter` that uses `http` to send HTTP requests. diff --git a/packages/microsoft_kiota_serialization_form/CHANGELOG.md b/packages/microsoft_kiota_serialization_form/CHANGELOG.md index 204939f..a7fe6b7 100644 --- a/packages/microsoft_kiota_serialization_form/CHANGELOG.md +++ b/packages/microsoft_kiota_serialization_form/CHANGELOG.md @@ -1,4 +1,6 @@ # Unreleased +## [0.0.1] - 2025-01-06 + - Initial version. - Provides parsing and serialization support for the `application/x-www-form-urlencoded` content type. \ No newline at end of file diff --git a/packages/microsoft_kiota_serialization_json/CHANGELOG.md b/packages/microsoft_kiota_serialization_json/CHANGELOG.md index 5f91eb2..d26a493 100644 --- a/packages/microsoft_kiota_serialization_json/CHANGELOG.md +++ b/packages/microsoft_kiota_serialization_json/CHANGELOG.md @@ -1,4 +1,6 @@ # Unreleased +## [0.0.1] - 2025-01-06 + - Initial version. - Provides parsing and serialization support for the `application/json` content type. diff --git a/packages/microsoft_kiota_serialization_multipart/CHANGELOG.md b/packages/microsoft_kiota_serialization_multipart/CHANGELOG.md index fcb0bc7..f02670a 100644 --- a/packages/microsoft_kiota_serialization_multipart/CHANGELOG.md +++ b/packages/microsoft_kiota_serialization_multipart/CHANGELOG.md @@ -1,4 +1,6 @@ # Unreleased +## [0.0.1] - 2025-01-06 + - Initial version. - Provides parsing and serialization support for the `multipart/form-data` content type. diff --git a/packages/microsoft_kiota_serialization_text/CHANGELOG.md b/packages/microsoft_kiota_serialization_text/CHANGELOG.md index 3ff0a5c..cc611ab 100644 --- a/packages/microsoft_kiota_serialization_text/CHANGELOG.md +++ b/packages/microsoft_kiota_serialization_text/CHANGELOG.md @@ -1,4 +1,6 @@ # Unreleased +## [0.0.1] - 2025-01-06 + - Initial version. - Provides parsing and serialization support for the `text/plain` content type.