Skip to content

Commit 0b8a03e

Browse files
authored
Merge pull request #2643 from microsoftgraph/release-please--branches--main--components--com.microsoft.graph.microsoft-graph
chore(main): release 6.67.0
2 parents 69a16ef + 3774aa0 commit 0b8a03e

5 files changed

Lines changed: 12 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.66.1"
2+
".": "6.67.0"
33
}

CHANGELOG.md

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

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

5+
## [6.67.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.66.1...v6.67.0) (2026-07-21)
6+
7+
8+
### Features
9+
10+
* **generation:** update request builders and models ([ef84bc9](https://github.com/microsoftgraph/msgraph-sdk-java/commit/ef84bc973e8623e50afedebdcfe5a4a38c5e8f8b))
11+
512
## [6.66.1](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.66.0...v6.66.1) (2026-07-13)
613

714

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.66.1'
23+
implementation 'com.microsoft.graph:microsoft-graph:6.67.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.66.1</version>
40+
<version>6.67.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.66.1</version>
8+
<version>6.67.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.66.1";
7+
public static final String VERSION_NAME = "6.67.0";
88
// x-release-please-end
99
}
1010

0 commit comments

Comments
 (0)