Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.6.0"
".": "6.7.0"
}
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [6.7.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.6.0...v6.7.0) (2024-04-25)


### Features

* **generation:** update request builders and models ([747366c](https://github.com/microsoftgraph/msgraph-sdk-java/commit/747366caad0281a03f49fda86b9be0dde6b49d65))

## [6.7.0] - 2024-04-24

### Added
Expand Down Expand Up @@ -1148,4 +1155,3 @@ All notable changes to this project will be documented in this file.
### Changed

- Migrated from ADO pipeline to GitHub Actions

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Add the dependency in `dependencies` in pom.xml
<groupId>com.microsoft.graph</groupId>
<artifactId>microsoft-graph</artifactId>
<!--x-release-please-start-version-->
<version>6.6.0</version>
<version>6.7.0</version>
<!--x-release-please-end-->
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.microsoft.graph</groupId>
<artifactId>microsoft-graph</artifactId>
<version>6.1.0</version>
<version>6.7.0</version>
<packaging>pom</packaging>

<properties>
Expand Down