diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2a7042a5dd6..78e48be88af 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.50.0" + ".": "1.51.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 07aa995599a..003216686ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.51.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.50.0...v1.51.0) (2025-11-19) + + +### Features + +* **generation:** update request builders and models ([a0fe2c3](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/a0fe2c3b251a812a734e7a562a27d307ba8549c0)) + ## [1.50.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.49.0...v1.50.0) (2025-11-06) diff --git a/msgraph_beta/_version.py b/msgraph_beta/_version.py index c5a6fb14ef3..05a4745868d 100644 --- a/msgraph_beta/_version.py +++ b/msgraph_beta/_version.py @@ -1,4 +1,4 @@ # The SDK version # x-release-please-start-version -VERSION: str = '1.50.0' +VERSION: str = '1.51.0' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 990d549c4fd..019ef67e571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" name = "msgraph-beta-sdk" # The SDK version # x-release-please-start-version -version = "1.50.0" +version = "1.51.0" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Beta Python SDK"