Skip to content

Commit 9a1fe29

Browse files
committed
Release 3.2.0
1 parent 4a54b36 commit 9a1fe29

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ These are implemented for ISO:
6262

6363
## Changelog
6464

65+
Release 3.2.0:
66+
- VC-K 5.8.0
67+
- Kotlin 2.2.0
68+
- kotlinx-datetime 0.7.1
69+
6570
Release 3.1.0:
6671
- Update to VC-K 5.7.0
6772
- `expiry_date` and `issuance_date` are of type `LocalDateOrInstant` from vc-k acc. to spec "Date (and if possible time) ..."

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ kotlin.mpp.enableCInteropCommonization=true
1212
kotlin.mpp.stability.nowarn=true
1313
kotlin.native.ignoreDisabledTargets=true
1414

15-
artifactVersion = 3.1.1-SNAPSHOT
15+
artifactVersion = 3.2.0
1616
jdk.version=17
1717

1818
# work around toolchain bug

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin = "2.2.0"
33
ksp = "2.0.2"
44
kotest= "6.0.0.M6"
5-
vck = "5.8.0-SNAPSHOT"
5+
vck = "5.8.0"
66

77
[libraries]
88
vck = { module = "at.asitplus.wallet:vck", version.ref = "vck" }

0 commit comments

Comments
 (0)