diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 84092e07726..35ebe711240 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "6.25.0"
+ ".": "6.26.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72948cae198..516b760e3ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,14 @@ 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.26.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.25.0...v6.26.0) (2024-12-17)
+
+
+### Features
+
+* **generation:** update request builders and models ([cce6d79](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/cce6d796695c4ab7a82ad9a1e5bffbb2f2fc6f9e))
+* **generation:** update request builders and models ([14a0309](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/14a0309a66e46f3d8fdf22a15f7d3a3ce5676009))
+
## [6.25.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.24.0...v6.25.0) (2024-12-04)
diff --git a/README.md b/README.md
index a0f4bda0d1a..325688867e4 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.25.0'
+ implementation 'com.microsoft.graph:microsoft-graph-beta:6.26.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.25.0
+ 6.26.0
diff --git a/gradle.properties b/gradle.properties
index a4bd31b6868..f6f660e85a2 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 = 25
+mavenMinorVersion = 26
# 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 8fd2e27f876..110234d9804 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.25.0";
+ public static final String VERSION_NAME = "6.26.0";
// x-release-please-end
}