From 54e65dfa774a4a59731ab4f51a248c7cc15fbd41 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Tue, 14 Nov 2023 08:27:46 +0000 Subject: [PATCH] chore(release): cut apollo version 1.1.1-snapshot.1 ## [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)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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