From c2f5889e220c2ae9011b963e92f5c13f32f65143 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 13:17:54 +0000 Subject: [PATCH] chore(main): release 6.44.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- gradle.properties | 2 +- src/main/java/com/microsoft/graph/beta/info/Constants.java | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d88d3dc59d0..c04fd051fa1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.43.0" + ".": "6.44.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae84c3ce25..fc55feb46a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ 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). +## [6.44.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.43.0...v6.44.0) (2025-05-13) + + +### Features + +* **generation:** update request builders and models ([7f6d308](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/7f6d30817d9c384d3e7223292ee7cb5d4c267dba)) + ## [6.43.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.42.0...v6.43.0) (2025-05-12) diff --git a/README.md b/README.md index 8d346dd28de..7da5c18a676 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ repositories { dependencies { // Include the sdk as a dependency // x-release-please-start-version - implementation 'com.microsoft.graph:microsoft-graph-beta:6.43.0' + implementation 'com.microsoft.graph:microsoft-graph-beta:6.44.0' // x-release-please-end // This dependency is only needed if you are using the TokenCrendentialAuthProvider implementation 'com.azure:azure-identity:1.11.0' @@ -39,7 +39,7 @@ Add the dependency in `dependencies` in pom.xml com.microsoft.graph microsoft-graph-beta - 6.43.0 + 6.44.0 diff --git a/gradle.properties b/gradle.properties index b5de997e502..b68b17b839c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -29,7 +29,7 @@ mavenArtifactId = microsoft-graph-beta mavenMajorVersion = 6 # x-release-please-end # x-release-please-start-minor -mavenMinorVersion = 43 +mavenMinorVersion = 44 # x-release-please-end # x-release-please-start-patch mavenPatchVersion = 0 diff --git a/src/main/java/com/microsoft/graph/beta/info/Constants.java b/src/main/java/com/microsoft/graph/beta/info/Constants.java index 96c0567f457..ab80cdd17fa 100644 --- a/src/main/java/com/microsoft/graph/beta/info/Constants.java +++ b/src/main/java/com/microsoft/graph/beta/info/Constants.java @@ -6,7 +6,7 @@ private Constants() { } /** The SDK version */ // x-release-please-start-version - public static final String VERSION_NAME = "6.43.0"; + public static final String VERSION_NAME = "6.44.0"; // x-release-please-end }