Skip to content

Commit 95a3818

Browse files
chore(main): release 6.69.0
1 parent fc36b72 commit 95a3818

5 files changed

Lines changed: 13 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.68.0"
2+
".": "6.69.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [6.69.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.68.0...v6.69.0) (2026-09-02)
6+
7+
8+
### Features
9+
10+
* **generation:** update request builders and models ([f0c935b](https://github.com/microsoftgraph/msgraph-sdk-java/commit/f0c935bedc219b538372a048495516be1400417d))
11+
* **generation:** update request builders and models ([c34df02](https://github.com/microsoftgraph/msgraph-sdk-java/commit/c34df0246e8bf66acb6b8048142225418a473c2b))
12+
513
## [6.68.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.67.0...v6.68.0) (2026-08-05)
614

715

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
dependencies {
2121
// Include the sdk as a dependency
2222
// x-release-please-start-version
23-
implementation 'com.microsoft.graph:microsoft-graph:6.68.0'
23+
implementation 'com.microsoft.graph:microsoft-graph:6.69.0'
2424
// x-release-please-end
2525
// This dependency is only needed if you are using a TokenCredential object for authentication
2626
implementation 'com.azure:azure-identity:1.15.0'
@@ -37,7 +37,7 @@ Add the dependency in `dependencies` in pom.xml
3737
<groupId>com.microsoft.graph</groupId>
3838
<artifactId>microsoft-graph</artifactId>
3939
<!--x-release-please-start-version-->
40-
<version>6.68.0</version>
40+
<version>6.69.0</version>
4141
<!--x-release-please-end-->
4242
</dependency>
4343
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.microsoft.graph</groupId>
66
<artifactId>microsoft-graph</artifactId>
77
<!--x-release-please-start-version-->
8-
<version>6.68.0</version>
8+
<version>6.69.0</version>
99
<!--x-release-please-end-->
1010
<packaging>jar</packaging>
1111

src/main/java/com/microsoft/graph/info/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
public final class Constants {
55
/** The SDK version */
66
// x-release-please-start-version
7-
public static final String VERSION_NAME = "6.68.0";
7+
public static final String VERSION_NAME = "6.69.0";
88
// x-release-please-end
99
}
1010

0 commit comments

Comments
 (0)