diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 11c004df918..07361a32b92 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "6.18.0"
+ ".": "6.19.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d85e53b495..06ebb096d5f 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.19.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.18.0...v6.19.0) (2024-10-02)
+
+
+### Features
+
+* **generation:** update request builders and models ([888ce3d](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/888ce3de81224bab5f86c2fa6a27c19904af40cc))
+
## [6.18.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.17.0...v6.18.0) (2024-09-26)
diff --git a/README.md b/README.md
index 35fd3a36e09..260be797a7e 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.18.0'
+ implementation 'com.microsoft.graph:microsoft-graph-beta:6.19.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.18.0
+ 6.19.0
diff --git a/gradle.properties b/gradle.properties
index 431ad0b4a4b..d3bd1f2e940 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 = 18
+mavenMinorVersion = 19
# 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 c52ab43e365..2319c11f9f1 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.18.0";
+ public static final String VERSION_NAME = "6.19.0";
// x-release-please-end
}