diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 01d24471fcd..35ebe711240 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "6.25.1"
+ ".": "6.26.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd13cc65b71..628b7ba92f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.
+## [6.26.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.25.1...v6.26.0) (2025-01-22)
+
+
+### Features
+
+* **generation:** update request builders and models ([3e6f1e2](https://github.com/microsoftgraph/msgraph-sdk-java/commit/3e6f1e2d4afdec76745918d0ede6522e526dd9a4))
+* **generation:** update request builders and models ([ae7530f](https://github.com/microsoftgraph/msgraph-sdk-java/commit/ae7530f16ed11bdd95f1502b060b7d7b03f98c2f))
+* **generation:** update request builders and models ([26cd42a](https://github.com/microsoftgraph/msgraph-sdk-java/commit/26cd42af3ba5bc95e18b8b6cdcca01dafbdb5575))
+
## [6.25.1](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.25.0...v6.25.1) (2025-01-03)
diff --git a/README.md b/README.md
index 2b6a7aa9edc..bd3b99f557c 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ repositories {
dependencies {
// Include the sdk as a dependency
// x-release-please-start-version
- implementation 'com.microsoft.graph:microsoft-graph:6.25.1'
+ implementation 'com.microsoft.graph:microsoft-graph:6.26.0'
// x-release-please-end
// This dependency is only needed if you are using a TokenCredential object for authentication
implementation 'com.azure:azure-identity:1.15.0'
@@ -38,7 +38,7 @@ Add the dependency in `dependencies` in pom.xml
com.microsoft.graph
microsoft-graph
- 6.25.1
+ 6.26.0
diff --git a/gradle.properties b/gradle.properties
index 90a4f1a8280..87dbbbbd95c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -29,10 +29,10 @@ mavenArtifactId = microsoft-graph
mavenMajorVersion = 6
# x-release-please-end
# x-release-please-start-minor
-mavenMinorVersion = 25
+mavenMinorVersion = 26
# x-release-please-end
# x-release-please-start-patch
-mavenPatchVersion = 1
+mavenPatchVersion = 0
# x-release-please-end
mavenArtifactSuffix =
diff --git a/pom.xml b/pom.xml
index 876dee62f91..5aae16ae843 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
com.microsoft.graph
microsoft-graph
- 6.25.1
+ 6.26.0
pom
diff --git a/src/main/java/com/microsoft/graph/info/Constants.java b/src/main/java/com/microsoft/graph/info/Constants.java
index b1ec248dd9a..7c6efacc4fe 100644
--- a/src/main/java/com/microsoft/graph/info/Constants.java
+++ b/src/main/java/com/microsoft/graph/info/Constants.java
@@ -4,7 +4,7 @@
public final class Constants {
/** The SDK version */
// x-release-please-start-version
- public static final String VERSION_NAME = "6.25.1";
+ public static final String VERSION_NAME = "6.26.0";
// x-release-please-end
}