Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nodh committed Apr 1, 2022
1 parent 7aa4427 commit 581e1fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
22 changes: 4 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "ehn.techiop.hcert"
version = "1.4.0-SNAPSHOT"
version = "1.4.0"

java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down

0 comments on commit 581e1fc

Please sign in to comment.