diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4ee452ca8f9..2b02a059038 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.37.0" + ".": "1.38.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8520de00b..f6d627016a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [1.38.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.37.0...v1.38.0) (2025-07-02) + + +### Features + +* **generation:** update request builders and models ([3d853d6](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/3d853d6d27899a53badf368e809680db8742d769)) + + +### Bug Fixes + +* should use beta api version ([d24dfe5](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/d24dfe53029a9549ee0feb5a83bd7446dc39d830)) + ## [1.37.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.36.0...v1.37.0) (2025-06-24) diff --git a/msgraph_beta/_version.py b/msgraph_beta/_version.py index 987d02301b4..2c811fd4912 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.37.0' +VERSION: str = '1.38.0' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 25e008d946a..861b69aced5 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.37.0" +version = "1.38.0" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Beta Python SDK"