From f7a61feed485f8b2afff61a42b3cc324102f2365 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Fri, 24 Feb 2023 16:21:43 -0300 Subject: [PATCH] 0.0.1-41 --- CHANGELOG.md | 9 ++++++++- secant.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19accf2..4dd5ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog +# 0.0.1 build 41 +[#554] Add WalletConfigProvider (#574) +[#560] Remove QR code scanning from the home screen (#571) +[#207] create Secant Mainnet target (#550) +[#564] Add transaction history as standalone screen (#569) +[#537] Flaky navigation issue (#567) +[#545] Fix CI issues with PR builds (#548) +[#544] Fix swiftlint warnings (#544) # 0.0.1 build 40 - [#541] Adopt Latest main commit of SDK (#542) # 0.0.1 build 39 @@ -8,7 +16,6 @@ - [#516] Adopt unreleased changes that will go live with SDK 0.18.0-beta release (#532) - [#126] TCA component for user logs (#526) - [#521] Update format for the Swiftlint TODO rule (#523) -- [#521] Update format for the Swiftlint TODO rule (#522) - [#517] QR codes integration into the wallet details and send feature (#518) - [#514] Adopt Unified Addresses (#515) # 0.0.1 build 37 diff --git a/secant.xcodeproj/project.pbxproj b/secant.xcodeproj/project.pbxproj index 955a996..61f6508 100644 --- a/secant.xcodeproj/project.pbxproj +++ b/secant.xcodeproj/project.pbxproj @@ -3256,7 +3256,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 40; + CURRENT_PROJECT_VERSION = 41; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; @@ -3285,7 +3285,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 40; + CURRENT_PROJECT_VERSION = 41; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; ENABLE_BITCODE = NO;