From 7c8b9398986d9debea4e7ff505ca4129117245c4 Mon Sep 17 00:00:00 2001 From: Mati Date: Thu, 21 Sep 2023 11:59:52 -0300 Subject: [PATCH] feat(before release preps): before-release version bump and android release notes PE-4648 --- android/fastlane/metadata/android/en-US/changelogs/62.txt | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 android/fastlane/metadata/android/en-US/changelogs/62.txt diff --git a/android/fastlane/metadata/android/en-US/changelogs/62.txt b/android/fastlane/metadata/android/en-US/changelogs/62.txt new file mode 100644 index 0000000000..7ce29efd10 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/62.txt @@ -0,0 +1,3 @@ +- Adds an explanation for the privacy of drives on the Create Drive Modal +- Starts tagging public pins with new GQL Tags: ArFS-Pin and Pinned-Data-Tx +- Updates the icon for the Detach Drive option diff --git a/pubspec.yaml b/pubspec.yaml index 7186a61c46..8f6d51a681 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Secure, permanent storage publish_to: 'none' -version: 2.13.0 +version: 2.14.0 environment: sdk: '>=2.18.5 <3.0.0'