diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c8e37c1..8b7086e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1-snapshot.1](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.1.0...v1.1.1-snapshot.1) (2023-11-14) + + +### Bug Fixes + +* test commit ([ad52ba9](https://github.com/input-output-hk/atala-prism-apollo/commit/ad52ba910d4b3c71815d7f77521747ad42f0f15c)) + # [1.1.0](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.0.3...v1.1.0) (2023-11-13) diff --git a/gradle.properties b/gradle.properties index e979ff128..34b1f80e6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.1.0 +version = 1.1.1-snapshot.1 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true