From 88e7f5420087c4f8204f5058b7810bd0c98a7671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Hlatk=C3=BD?= Date: Tue, 28 May 2024 17:14:23 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c897b..db34145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## LATEST - v1.0.0(27) + +- Android: Setup release build signing key for Google Play + ## 2024-05-28 - v1.0.0(26) - Displaying Privacy Policy and Terms of Service documents in Onboarding and Main menu diff --git a/pubspec.yaml b/pubspec.yaml index 570ae0b..1f005ea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: autogram description: "Autogram v mobile" publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.0.0+26 +version: 1.0.0+27 environment: sdk: '>=3.2.3 <4.0.0'