diff --git a/CHANGELOG.md b/CHANGELOG.md index b573349..e376450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.3.1 +* Fix wrong dependency + ## 2.3.0 Behavioural Changes! - Update to WARDEN-roboto 1.7.0 - Android attestation statements (for SW, HW, but not Hybrid Nougat Attestation) do now verify attestation creation time! diff --git a/gradle.properties b/gradle.properties index 1c31a80..1ccc78c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ jdk.version=17 -artifactVersion=2.3.1-SNAPSHOT -androidAttestationVersion=1.7.1-SNAPSHOT \ No newline at end of file +artifactVersion=2.3.1 +androidAttestationVersion=1.7.0 \ No newline at end of file