From cb01f1b57b6c1006500417441a6fcaf3b904f83a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:25:43 +0000 Subject: [PATCH] chore(main): release 6.23.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- gradle.properties | 2 +- .../java/com/microsoft/graph/beta/info/Constants.java | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 687397d858e..dcd3306f60d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.22.0" + ".": "6.23.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ea836da640e..822cfffd176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ 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.23.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.22.0...v6.23.0) (2024-11-20) + + +### Features + +* **generation:** update request builders and models ([0835783](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/0835783382aea2dbf5d416b1796e968111e8382a)) +* **generation:** update request builders and models ([feb9b5f](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/feb9b5fcde574800c34e7f9e77fc1479256597aa)) + ## [6.22.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.21.0...v6.22.0) (2024-11-05) diff --git a/README.md b/README.md index d89e45d3f4d..4ffd6e411ad 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.22.0' + implementation 'com.microsoft.graph:microsoft-graph-beta:6.23.0' // 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.22.0 + 6.23.0 diff --git a/gradle.properties b/gradle.properties index b884ccf660e..2b4ec946c87 100644 --- a/gradle.properties +++ b/gradle.properties @@ -29,7 +29,7 @@ mavenArtifactId = microsoft-graph-beta mavenMajorVersion = 6 # x-release-please-end # x-release-please-start-minor -mavenMinorVersion = 22 +mavenMinorVersion = 23 # x-release-please-end # x-release-please-start-patch mavenPatchVersion = 0 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 6f1096b0168..8cae92902f7 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.22.0"; + public static final String VERSION_NAME = "6.23.0"; // x-release-please-end }