From 33e855df1394cc2c9ca24dbb55512ec88e82252d Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Thu, 24 Feb 2022 20:31:25 -0300 Subject: [PATCH 1/2] Issue #173 - build 0.0.1-15 --- secant.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secant.xcodeproj/project.pbxproj b/secant.xcodeproj/project.pbxproj index ca482ab..157e2a2 100644 --- a/secant.xcodeproj/project.pbxproj +++ b/secant.xcodeproj/project.pbxproj @@ -1236,7 +1236,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 14; + CURRENT_PROJECT_VERSION = 15; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; ENABLE_PREVIEWS = YES; @@ -1260,7 +1260,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 14; + CURRENT_PROJECT_VERSION = 15; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; ENABLE_PREVIEWS = YES; From bb0712d9e71c540cfffecda1179fef90e1b296a0 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Fri, 25 Feb 2022 14:28:57 -0300 Subject: [PATCH 2/2] Add Changelog for 0.0.1-15 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0a4597..1758b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +# 0.0.1 Build 15 +- Issue #163: Recovery Phrase validation feedback +- Issue #138: Enhancements to Onboarding Flows +- Issue #158: M1 macs have problems with Swiftlint +- PR #164: Typos Fix in Documentation and code +- Issue #159: Enhancement of the index clamping property wrapper +- Issue #44: Recovery Phrase Validation flow + tests +-------- - Added SwiftGen templates for generating asset helper files. - - Added Code Review Guides, Changelog, pull request and issue templates, SwiftLint Rules +