From 5261758559643d3f51bba51d59853fd2a355f159 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 23 May 2024 16:42:49 +0000
Subject: [PATCH] chore(main): release 6.11.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, 12 insertions(+), 6 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index f2cd7147a87..9b5f203a01f 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "6.10.0"
+ ".": "6.11.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c8725038c2..93c0ce6f2ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,13 @@ 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.11.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.10.0...v6.11.0) (2024-05-23)
+
+
+### Features
+
+* **generation:** update request builders and models ([3690c94](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/3690c94e6f84d846d3a10299369c4de4bc9f8ac8))
+
## [6.10.0] - 2024-05-16
### Changed
@@ -806,4 +813,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Generated beta models and request builders using Typewriter (#163)
- Juniper-api from 5.7.2 to 5.8.0
- Juniper-engine from 5.7.2 to 5.8.0
-
diff --git a/README.md b/README.md
index 63a954f7f1c..78ac3f53682 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.10.0'
+ implementation 'com.microsoft.graph:microsoft-graph-beta:6.11.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.10.0
+ 6.11.0
diff --git a/gradle.properties b/gradle.properties
index c5a29b2250e..818783f084a 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 = 10
+mavenMinorVersion = 11
# 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 f9f37c13d1e..fee322942a8 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.10.0";
+ public static final String VERSION_NAME = "6.11.0";
// x-release-please-end
}