diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 75c5682b7b0..3e1d4644117 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "6.59.0"
+ ".": "6.60.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f83bbe54c9f..3bd594627bc 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.60.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.59.0...v6.60.0) (2026-07-10)
+
+
+### Features
+
+* **generation:** update request builders and models ([e1b272e](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/e1b272ebef5a3556a45b326c9ea665e53a53141b))
+
## [6.59.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.58.0...v6.59.0) (2026-05-05)
diff --git a/README.md b/README.md
index 3d129e70b7a..30afdeb8c98 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.59.0'
+ implementation 'com.microsoft.graph:microsoft-graph-beta:6.60.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.59.0
+ 6.60.0
diff --git a/pom.xml b/pom.xml
index 8742bfb3b7d..b7d232d6c8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,13 +1,11 @@
-
+
4.0.0
com.microsoft.graph
microsoft-graph-beta
- 6.59.0-SNAPSHOT
+ 6.60.0
jar
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 5f9ddfa5ef9..857b8cb03b3 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.59.0";
+ public static final String VERSION_NAME = "6.60.0";
// x-release-please-end
}