From 15dc33a9a03e8c2aaa4022aebbbc64613c9d6791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Pichalski?= Date: Tue, 30 Mar 2021 12:50:32 +0200 Subject: [PATCH 1/2] Release - bump marketing version to 4.11.0 --- project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.yml b/project.yml index af72bfc..727173c 100644 --- a/project.yml +++ b/project.yml @@ -42,7 +42,7 @@ targets: PushMutableContent: settings: CODE_SIGN_STYLE: Manual - MARKETING_VERSION: "4.10.0" + MARKETING_VERSION: "4.11.0" CURRENT_PROJECT_VERSION: 746 TARGETED_DEVICE_FAMILY: 1,2 type: app-extension @@ -77,7 +77,7 @@ targets: deploymentTarget: "12.1" settings: CODE_SIGN_STYLE: Manual - MARKETING_VERSION: "4.10.0" + MARKETING_VERSION: "4.11.0" CURRENT_PROJECT_VERSION: 746 TARGETED_DEVICE_FAMILY: 1 SWIFT_OBJC_BRIDGING_HEADER: $(PROJECT_DIR)/safesafe/App/safesafe-Bridging-Header.h From f4734848921d8de2af6bb016ba056c776113785d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Pichalski?= Date: Fri, 2 Apr 2021 17:11:52 +0200 Subject: [PATCH 2/2] [RELEASE] Update Changelog and readme --- CHANGELOG.md | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 989cdd9..02cd9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 4.11.0 +- Updated UI + ## 4.10.0 - Added new file storage method - Split current JSON data to multiple smaller data files to prevent over downloading unwanted data diff --git a/README.md b/README.md index 28ee3ab..e5072ec 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,9 @@ For convenience, there's a `rebuild.sh` script which performs actions mentioned To launch it, type `sh rebuild.sh` in your console. ## ChangeLog +**4.11.0** +- Updated UI + **4.10.0** - Added new file storage method - Split current JSON data to multiple smaller data files to prevent over downloading unwanted data