From f6cec76236c6e9cc298c6a56e635f27fe4428461 Mon Sep 17 00:00:00 2001 From: ramsessanchez Date: Mon, 2 Aug 2021 12:53:18 -0700 Subject: [PATCH 1/2] update to 2.0.8 from 2.0.7 --- gradle.properties | 2 +- pom.xml | 2 +- .../java/com/microsoft/graph/httpcore/TelemetryHandler.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 907c5c302..884db4ece 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph mavenArtifactId = microsoft-graph-core mavenMajorVersion = 2 mavenMinorVersion = 0 -mavenPatchVersion = 7 +mavenPatchVersion = 8 mavenArtifactSuffix = #These values are used to run functional tests diff --git a/pom.xml b/pom.xml index f2c0d6c48..2367f3c17 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.microsoft.graph microsoft-graph-core - 2.0.7 + 2.0.8 pom diff --git a/src/main/java/com/microsoft/graph/httpcore/TelemetryHandler.java b/src/main/java/com/microsoft/graph/httpcore/TelemetryHandler.java index 9e4abf7d2..44632a60c 100644 --- a/src/main/java/com/microsoft/graph/httpcore/TelemetryHandler.java +++ b/src/main/java/com/microsoft/graph/httpcore/TelemetryHandler.java @@ -24,7 +24,7 @@ public class TelemetryHandler implements Interceptor{ /** * Current SDK version */ - public static final String VERSION = "v2.0.7"; + public static final String VERSION = "v2.0.8"; /** * Verion prefix */ From 123b1bbf5b734b1c46307977f8537bbc87924923 Mon Sep 17 00:00:00 2001 From: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com> Date: Mon, 2 Aug 2021 12:55:55 -0700 Subject: [PATCH 2/2] Bump from version 2.0.7 to 2.0.8 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 219f6c662..688c3d4ae 100644 --- a/readme.md +++ b/readme.md @@ -22,7 +22,7 @@ repositories { dependencies { // Include the sdk as a dependency - implementation 'com.microsoft.graph:microsoft-graph-core:2.0.7' + implementation 'com.microsoft.graph:microsoft-graph-core:2.0.8' // This dependency is only needed if you are using the TokenCrendentialAuthProvider implementation 'com.azure:azure-identity:1.3.1' } @@ -37,7 +37,7 @@ Add the dependency in `dependencies` in pom.xml com.microsoft.graph microsoft-graph-core - 2.0.7 + 2.0.8 com.azure azure-identity