From 9540340f4cffe32e2c9a61ab19c9bae862ce5f70 Mon Sep 17 00:00:00 2001 From: "release-please-token-provider[bot]" <225477224+release-please-token-provider[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 23:08:54 +0000 Subject: [PATCH] chore(main): release 6.59.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 dbe6278a776..75c5682b7b0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.58.0" + ".": "6.59.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bc0e3bf638..0c3f952313f 100644 --- a/CHANGELOG.md +++ b/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). +## [6.59.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.58.0...v6.59.0) (2026-04-30) + + +### Features + +* **generation:** update request builders and models ([d41c103](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/d41c103a1c3dbde4f0ffae0bddc292267f910d1b)) + ## [6.58.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.57.0...v6.58.0) (2026-04-17) diff --git a/README.md b/README.md index cc6264f9ca3..3d129e70b7a 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.58.0' + implementation 'com.microsoft.graph:microsoft-graph-beta:6.59.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.58.0 + 6.59.0 diff --git a/gradle.properties b/gradle.properties index 6aa11fad177..3aa314c33b4 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 = 58 +mavenMinorVersion = 59 # 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 d13bf396a2f..5f9ddfa5ef9 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.58.0"; + public static final String VERSION_NAME = "6.59.0"; // x-release-please-end }