From 1a594c955af990184594b061cbe3c21b757cc010 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Wed, 4 May 2022 17:29:29 -0300 Subject: [PATCH] [#287] CHANGELOG and build number bump for 0.0.1-23 (#305) --- CHANGELOG.md | 12 ++++++++++++ secant.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 434d02a..371c77d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # Changelog + +## 0.0.1 build 23 +This version allows users to sync their wallet and (when doing so very carefully) +sending funds. + +- Issue #302: Synchronizer status on Home Screen (#304) +- Issue #212: Wrapped user defaults (#298) +- Issue #295: Update "Commit Messages" section of CONTRIBUTING.md (#296) +- Issue #293: first draft of history of transactions (#293) +- Issue #290: Swiftlint 0.45.0 -> 0.47.0 (#290) +- Issue #284: (Non)scrollable Transactions list based on Drawer + ## 0.0.1 build 21 - Issue #258: User can take the backup test successfully more than once (#282)\ - Issue #279: update swiftlint (#280) diff --git a/secant.xcodeproj/project.pbxproj b/secant.xcodeproj/project.pbxproj index 04d28a9..00b35cd 100644 --- a/secant.xcodeproj/project.pbxproj +++ b/secant.xcodeproj/project.pbxproj @@ -1496,7 +1496,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 21; + CURRENT_PROJECT_VERSION = 23; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; ENABLE_BITCODE = NO; @@ -1521,7 +1521,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 21; + CURRENT_PROJECT_VERSION = 23; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; ENABLE_BITCODE = NO;