Skip to content

Commit

Permalink
Merge pull request #2220 from microsoftgraph/release-please--branches…
Browse files Browse the repository at this point in the history
…--main--components--com.microsoft.graph.microsoft-graph

chore(main): release 6.21.0
  • Loading branch information
Ndiritu authored Nov 22, 2024
2 parents bb29174 + 57fe882 commit 1e994e0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
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.20.0"
".": "6.21.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [6.21.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.20.0...v6.21.0) (2024-11-20)


### Features

* **generation:** update request builders and models ([bad776e](https://github.com/microsoftgraph/msgraph-sdk-java/commit/bad776edcad46512bed94d1ba6d0a2250e457449))
* **generation:** update request builders and models ([633e85d](https://github.com/microsoftgraph/msgraph-sdk-java/commit/633e85dfcf82718c08979265bac16b54ccdd30e7))

## [6.20.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.19.0...v6.20.0) (2024-11-07)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
dependencies {
// Include the sdk as a dependency
// x-release-please-start-version
implementation 'com.microsoft.graph:microsoft-graph:6.20.0'
implementation 'com.microsoft.graph:microsoft-graph:6.21.0'
// x-release-please-end
// This dependency is only needed if you are using a TokenCredential object for authentication
implementation 'com.azure:azure-identity:1.11.0'
Expand All @@ -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.20.0</version>
<version>6.21.0</version>
<!--x-release-please-end-->
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mavenArtifactId = microsoft-graph
mavenMajorVersion = 6
# x-release-please-end
# x-release-please-start-minor
mavenMinorVersion = 20
mavenMinorVersion = 21
# x-release-please-end
# x-release-please-start-patch
mavenPatchVersion = 0
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.20.0</version>
<version>6.21.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/microsoft/graph/info/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
public final class Constants {
/** The SDK version */
// x-release-please-start-version
public static final String VERSION_NAME = "6.20.0";
public static final String VERSION_NAME = "6.21.0";
// x-release-please-end
}

Expand Down

0 comments on commit 1e994e0

Please sign in to comment.