diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index a53c48296c2..6305d618876 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "6.34.0"
+ ".": "6.34.1"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c31924a5b3..34508f3bae1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,15 @@ 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.34.1](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.34.0...v6.34.1) (2025-02-27)
+
+
+### Bug Fixes
+
+* align build files and javadoc file strcuture ([575fda4](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/575fda455a3c2b0fc968ab0f6e8cccb85fcb5331))
+* ensure javadocs are generated in the build ([2099dcc](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/2099dcc525ab9dec53ff31c44aa8989a0a50fa94))
+* resolve javadoc and source locations ([2d4c8fd](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/2d4c8fd2447a27e23aad113d5952c1f3a248b6ae))
+
## [6.34.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.33.0...v6.34.0) (2025-02-25)
diff --git a/README.md b/README.md
index e7faa741537..107c8698be8 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.34.0'
+ implementation 'com.microsoft.graph:microsoft-graph-beta:6.34.1'
// 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.34.0
+ 6.34.1
diff --git a/gradle.properties b/gradle.properties
index 476d57eaa3f..c55ea81c3b6 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -32,7 +32,7 @@ mavenMajorVersion = 6
mavenMinorVersion = 34
# x-release-please-end
# x-release-please-start-patch
-mavenPatchVersion = 0
+mavenPatchVersion = 1
# x-release-please-end
mavenArtifactSuffix =
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 979454c6002..54b8661da05 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.34.0";
+ public static final String VERSION_NAME = "6.34.1";
// x-release-please-end
}