File tree Expand file tree Collapse file tree 4 files changed +29
-7
lines changed Expand file tree Collapse file tree 4 files changed +29
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Current Develop Branch
4+
5+ ## v2.1.0 - Apr 12 2021
6+ - [ #2456 ] ( https://github.com/MetaMask/metamask-mobile/pull/2456 ) : Analytics v2 (priority 1)
7+ - [ #2408 ] ( https://github.com/MetaMask/metamask-mobile/pull/2408 ) : Fix/gas estimations
8+ - [ #2479 ] ( https://github.com/MetaMask/metamask-mobile/pull/2479 ) : remove controllers tgz
9+ - [ #2441 ] ( https://github.com/MetaMask/metamask-mobile/pull/2441 ) : Improvement/assets by chainid
10+ - [ #2442 ] ( https://github.com/MetaMask/metamask-mobile/pull/2442 ) : Improvement/chain ticker
11+ - [ #2372 ] ( https://github.com/MetaMask/metamask-mobile/pull/2372 ) : Remove instapay
12+ - [ #2467 ] ( https://github.com/MetaMask/metamask-mobile/pull/2467 ) : Fix iOS build
13+ - [ #2084 ] ( https://github.com/MetaMask/metamask-mobile/pull/2084 ) : Migrate from AsyncStorage to FileStorage
14+ - [ #2443 ] ( https://github.com/MetaMask/metamask-mobile/pull/2443 ) : Update terms and privacy links
15+ - [ #2318 ] ( https://github.com/MetaMask/metamask-mobile/pull/2318 ) : Add custom network rpc API
16+ - [ #2306 ] ( https://github.com/MetaMask/metamask-mobile/pull/2306 ) : Feature/high gas warn
17+ - [ #2463 ] ( https://github.com/MetaMask/metamask-mobile/pull/2463 ) : update pods
18+ - [ #2448 ] ( https://github.com/MetaMask/metamask-mobile/pull/2448 ) : Add resolution for netmask
19+ - [ #2445 ] ( https://github.com/MetaMask/metamask-mobile/pull/2445 ) : Add resolution for y18n
20+ - [ #2404 ] ( https://github.com/MetaMask/metamask-mobile/pull/2404 ) : Bump react-native-branch from 5.0.0 to 5.0.1
21+ - [ #2439 ] ( https://github.com/MetaMask/metamask-mobile/pull/2439 ) :
[email protected] 22+ - [ #2413 ] ( https://github.com/MetaMask/metamask-mobile/pull/2413 ) : remove "git add" per husky warning
23+ - [ #2431 ] ( https://github.com/MetaMask/metamask-mobile/pull/2431 ) : Update BN import
24+
325## v2.0.1 - Mar 24 2021
426- [ #2430 ] ( https://github.com/MetaMask/metamask-mobile/pull/2430 ) : Fix/send to style
527- [ #2426 ] ( https://github.com/MetaMask/metamask-mobile/pull/2426 ) : bugfix/allow seedphrases when locked
Original file line number Diff line number Diff line change @@ -166,8 +166,8 @@ android {
166166 applicationId " io.metamask"
167167 minSdkVersion rootProject. ext. minSdkVersion
168168 targetSdkVersion rootProject. ext. targetSdkVersion
169- versionCode 49
170- versionName " 2.0.1 "
169+ versionCode 50
170+ versionName " 2.1.0 "
171171 multiDexEnabled true
172172 testBuildType System . getProperty(' testBuildType' , ' debug' )
173173 missingDimensionStrategy " minReactNative" , " minReactNative46"
Original file line number Diff line number Diff line change 849849 CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
850850 CODE_SIGN_IDENTITY = "iPhone Developer";
851851 CODE_SIGN_STYLE = Manual;
852- CURRENT_PROJECT_VERSION = 605 ;
852+ CURRENT_PROJECT_VERSION = 606 ;
853853 DEAD_CODE_STRIPPING = NO;
854854 DEBUG_INFORMATION_FORMAT = dwarf;
855855 DEVELOPMENT_TEAM = 48XVW22RCG;
882882 "\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
883883 );
884884 LLVM_LTO = YES;
885- MARKETING_VERSION = 2.0.1 ;
885+ MARKETING_VERSION = 2.1.0 ;
886886 ONLY_ACTIVE_ARCH = YES;
887887 OTHER_CFLAGS = (
888888 "$(inherited)",
913913 CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
914914 CODE_SIGN_IDENTITY = "iPhone Distribution";
915915 CODE_SIGN_STYLE = Manual;
916- CURRENT_PROJECT_VERSION = 605 ;
916+ CURRENT_PROJECT_VERSION = 606 ;
917917 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
918918 DEVELOPMENT_TEAM = 48XVW22RCG;
919919 FRAMEWORK_SEARCH_PATHS = (
945945 "\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
946946 );
947947 LLVM_LTO = YES;
948- MARKETING_VERSION = 2.0.1 ;
948+ MARKETING_VERSION = 2.1.0 ;
949949 ONLY_ACTIVE_ARCH = NO;
950950 OTHER_CFLAGS = (
951951 "$(inherited)",
Original file line number Diff line number Diff line change 11{
22 "name" : " metamask" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.1.0 " ,
44 "private" : true ,
55 "scripts" : {
66 "watch" : " ./scripts/build.sh watcher watch" ,
You can’t perform that action at this time.
0 commit comments