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/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
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
*/