diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc1b1a..0f29c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/input-output-hk/atala-prism-didcomm-kmm/compare/v1.0.0...v1.1.0) (2024-02-06) + + +### Features + +* Update peer-did creation and resolution inline with … ([#14](https://github.com/input-output-hk/atala-prism-didcomm-kmm/issues/14)) ([cb52a8d](https://github.com/input-output-hk/atala-prism-didcomm-kmm/commit/cb52a8d75420f6a62315357e2a26b3b6d86d92a1)) + # 1.0.0 (2024-01-19) diff --git a/gradle.properties b/gradle.properties index 377e1bc..dcf9b54 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.0.0 +version = 1.1.0 #Gradle org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" #Kotlin