diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec67b6a..d7bb7f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [3.1.3] - 2024-02-14 + +### Changed + +- Bumps Kiota-Java abstractions, authentication, http, and serialization components + ## [3.1.2] - 2024-02-12 ### Changed diff --git a/gradle.properties b/gradle.properties index 97509fd1..bb163d80 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph mavenArtifactId = microsoft-graph-core mavenMajorVersion = 3 mavenMinorVersion = 1 -mavenPatchVersion = 2 +mavenPatchVersion = 3 mavenArtifactSuffix = #These values are used to run functional tests