diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8e22b91b..c67a1de0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,10 +1,10 @@ { - "packages/abstractions": "1.11.0", - "packages/authentication/azure": "1.11.0", - "packages/http/httpx": "1.11.0", - "packages/serialization/json": "1.11.0", - "packages/serialization/form": "1.11.0", - "packages/serialization/text": "1.11.0", - "packages/serialization/multipart": "1.11.0", - "packages/bundle": "1.11.0" + "packages/abstractions": "1.11.1", + "packages/authentication/azure": "1.11.1", + "packages/http/httpx": "1.11.1", + "packages/serialization/json": "1.11.1", + "packages/serialization/form": "1.11.1", + "packages/serialization/text": "1.11.1", + "packages/serialization/multipart": "1.11.1", + "packages/bundle": "1.11.1" } \ No newline at end of file diff --git a/packages/abstractions/CHANGELOG.md b/packages/abstractions/CHANGELOG.md index deb02a10..c31eed14 100644 --- a/packages/abstractions/CHANGELOG.md +++ b/packages/abstractions/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.11.1](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.11.0...microsoft-kiota-abstractions-v1.11.1) (2026-06-16) + + +### Bug Fixes + +* **abstractions:** trigger release ([#576](https://github.com/microsoft/kiota-python/issues/576)) ([619bb4b](https://github.com/microsoft/kiota-python/commit/619bb4b65131ea2b60f2a53d640a638a359d9a0f)) + ## [1.11.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.10.3...microsoft-kiota-abstractions-v1.11.0) (2026-06-16) diff --git a/packages/authentication/azure/CHANGELOG.md b/packages/authentication/azure/CHANGELOG.md index bc0e2270..d0be5ee8 100644 --- a/packages/authentication/azure/CHANGELOG.md +++ b/packages/authentication/azure/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.11.1](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.11.0...microsoft-kiota-authentication-azure-v1.11.1) (2026-06-16) + + +### Miscellaneous Chores + +* **microsoft-kiota-authentication-azure:** Synchronize microsoft-kiota versions + ## [1.11.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.10.3...microsoft-kiota-authentication-azure-v1.11.0) (2026-06-16) diff --git a/packages/bundle/CHANGELOG.md b/packages/bundle/CHANGELOG.md index 7b46379f..6eac7c0e 100644 --- a/packages/bundle/CHANGELOG.md +++ b/packages/bundle/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.1](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.11.0...microsoft-kiota-bundle-v1.11.1) (2026-06-16) + + +### Miscellaneous Chores + +* **microsoft-kiota-bundle:** Synchronize microsoft-kiota versions + ## [1.11.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.10.3...microsoft-kiota-bundle-v1.11.0) (2026-06-16) diff --git a/packages/http/httpx/CHANGELOG.md b/packages/http/httpx/CHANGELOG.md index 3228a32a..7d4d534b 100644 --- a/packages/http/httpx/CHANGELOG.md +++ b/packages/http/httpx/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.11.1](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.11.0...microsoft-kiota-http-v1.11.1) (2026-06-16) + + +### Miscellaneous Chores + +* **microsoft-kiota-http:** Synchronize microsoft-kiota versions + ## [1.11.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.10.3...microsoft-kiota-http-v1.11.0) (2026-06-16) diff --git a/packages/serialization/form/CHANGELOG.md b/packages/serialization/form/CHANGELOG.md index b75dc274..09884722 100644 --- a/packages/serialization/form/CHANGELOG.md +++ b/packages/serialization/form/CHANGELOG.md @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [1.11.1](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.11.0...microsoft-kiota-serialization-form-v1.11.1) (2026-06-16) + + +### Miscellaneous Chores + +* **microsoft-kiota-serialization-form:** Synchronize microsoft-kiota versions + ## [1.11.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.10.3...microsoft-kiota-serialization-form-v1.11.0) (2026-06-16) diff --git a/packages/serialization/json/CHANGELOG.md b/packages/serialization/json/CHANGELOG.md index 5fcbdcc0..6fb20479 100644 --- a/packages/serialization/json/CHANGELOG.md +++ b/packages/serialization/json/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.11.1](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-json-v1.11.0...microsoft-kiota-serialization-json-v1.11.1) (2026-06-16) + + +### Miscellaneous Chores + +* **microsoft-kiota-serialization-json:** Synchronize microsoft-kiota versions + ## [1.11.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-json-v1.10.3...microsoft-kiota-serialization-json-v1.11.0) (2026-06-16) diff --git a/packages/serialization/multipart/CHANGELOG.md b/packages/serialization/multipart/CHANGELOG.md index 4d759b99..97763a26 100644 --- a/packages/serialization/multipart/CHANGELOG.md +++ b/packages/serialization/multipart/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [1.11.1](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-multipart-v1.11.0...microsoft-kiota-serialization-multipart-v1.11.1) (2026-06-16) + + +### Miscellaneous Chores + +* **microsoft-kiota-serialization-multipart:** Synchronize microsoft-kiota versions + ## [1.11.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-multipart-v1.10.3...microsoft-kiota-serialization-multipart-v1.11.0) (2026-06-16) diff --git a/packages/serialization/text/CHANGELOG.md b/packages/serialization/text/CHANGELOG.md index 75ad14b5..430b2bd8 100644 --- a/packages/serialization/text/CHANGELOG.md +++ b/packages/serialization/text/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.11.1](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-text-v1.11.0...microsoft-kiota-serialization-text-v1.11.1) (2026-06-16) + + +### Miscellaneous Chores + +* **microsoft-kiota-serialization-text:** Synchronize microsoft-kiota versions + ## [1.11.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-text-v1.10.3...microsoft-kiota-serialization-text-v1.11.0) (2026-06-16)