From 581e1fc3ae581b11a0be9a3f4c21f63e98d81b9a Mon Sep 17 00:00:00 2001 From: Christian Kollmann Date: Fri, 1 Apr 2022 15:46:38 +0200 Subject: [PATCH] Release 1.4.0 --- README.md | 22 ++++------------------ build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index f89921ee..f2f60649 100644 --- a/README.md +++ b/README.md @@ -608,7 +608,7 @@ repositories { } dependencies { - implementation 'com.github.ehn-dcc-development.hcert-kotlin:hcert-kotlin-jvm:master-SNAPSHOT' + implementation 'com.github.ehn-dcc-development.hcert-kotlin:hcert-kotlin-jvm:1.4.0' } ``` @@ -654,23 +654,9 @@ Version 1.4.0: - Introduce a debug verification chain - Introduce possibility to anonymise personal data (JVM only) - Update dependencies: - - Common: - - Kotlin: 1.5.31 - - kotlinx.serialization: 1.3.0 - - kotlinx.datetime: 0.3.0 - - Kotest: 4.6.3 - - Napier (Logging): 2.1.0 - - JVM: - - Bouncy Castle PKIX: 1.69 - - Json Schema Validation Lib: 2.1.0 - - JS: - - pako (ZLib): 2.0.4 - - pkijs: 2.1.97 - - util: 0.12.4 - - cbor: 8.0.2 - - node-inspect-extracted: 1.0.8 - - ajv (JSON schema validator): 8.6.3 - - ajv-formats: 2.1.1 + - Common: Kotlin: 1.5.31, kotlinx.serialization: 1.3.0, kotlinx.datetime: 0.3.0, Kotest: 4.6.3, Napier (Logging): 2.1.0 + - JVM: Bouncy Castle: 1.69, Json Schema Validation Lib: 2.1.0 + - JS: pako (ZLib): 2.0.4, pkijs: 2.1.97, util: 0.12.4, cbor: 8.0.2, node-inspect-extracted: 1.0.8, ajv (JSON schema validator): 8.6.3, ajv-formats: 2.1.1 - JS: - Switch to upstream cose-js 0.7.0 (deprecates forked version) - Fix deprecated calls to `Buffer` constructor (possibly not all calls yet) diff --git a/build.gradle.kts b/build.gradle.kts index a4abeaa7..1eb2f912 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "ehn.techiop.hcert" -version = "1.4.0-SNAPSHOT" +version = "1.4.0" java.sourceCompatibility = JavaVersion.VERSION_1_8