From 629e3197175ee94954c79e381a85d4174f4d4855 Mon Sep 17 00:00:00 2001 From: Esteban Mino Date: Wed, 29 Apr 2020 23:27:54 -0400 Subject: [PATCH 1/2] bump --- android/app/build.gradle | 4 ++-- ios/MetaMask.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index fc8a0aeb55c..cfd9f574046 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -139,8 +139,8 @@ android { applicationId "io.metamask" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 27 - versionName "0.2.14" + versionCode 28 + versionName "0.2.15" multiDexEnabled true testBuildType System.getProperty('testBuildType', 'debug') missingDimensionStrategy "minReactNative", "minReactNative46" diff --git a/ios/MetaMask.xcodeproj/project.pbxproj b/ios/MetaMask.xcodeproj/project.pbxproj index 4847e8d4715..ac770a3810a 100644 --- a/ios/MetaMask.xcodeproj/project.pbxproj +++ b/ios/MetaMask.xcodeproj/project.pbxproj @@ -2541,7 +2541,7 @@ "\"$(SRCROOT)/MetaMask\"", ); LLVM_LTO = YES; - MARKETING_VERSION = 0.2.14; + MARKETING_VERSION = 0.2.15; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -2615,7 +2615,7 @@ "\"$(SRCROOT)/MetaMask\"", ); LLVM_LTO = YES; - MARKETING_VERSION = 0.2.14; + MARKETING_VERSION = 0.2.15; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", From ae213978be57f7463d768b4e77e5863cea0d9406 Mon Sep 17 00:00:00 2001 From: Esteban Mino Date: Wed, 29 Apr 2020 23:29:13 -0400 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8e67a79d91..ea5606224df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,40 @@ ## Current Develop Branch +## v0.2.15 - May 1 2020 +- [#1507](https://github.com/MetaMask/metamask-mobile/pull/1507): Bugfix/import account view (#1507) +- [#1453](https://github.com/MetaMask/metamask-mobile/pull/1453): Feature: analytics v2 (#1453) +- [#1481](https://github.com/MetaMask/metamask-mobile/pull/1481): bugfix/search-token (#1481) +- [#1494](https://github.com/MetaMask/metamask-mobile/pull/1494): improvement/async storage size (#1494) +- [#1472](https://github.com/MetaMask/metamask-mobile/pull/1472): Enable back button if going from dapp to home & redirection problems (#1472) +- [#1427](https://github.com/MetaMask/metamask-mobile/pull/1427): Change source commit for react-native-webview in package.json (#1427) +- [#1486](https://github.com/MetaMask/metamask-mobile/pull/1486): Delete accidentally pushed file (#1486) +- [#1482](https://github.com/MetaMask/metamask-mobile/pull/1482): Fix web3 injection (#1482) +- [#1477](https://github.com/MetaMask/metamask-mobile/pull/1477): update from latest changes (#1477) +- [#1470](https://github.com/MetaMask/metamask-mobile/pull/1470): Fix collectible image icon & send flow styles (#1470) +- [#1443](https://github.com/MetaMask/metamask-mobile/pull/1443): Set navigation param silent to false when switching to a tab (#1443) +- [#1438](https://github.com/MetaMask/metamask-mobile/pull/1438): Add bl to resolutions to fix vuln (#1438) +- [#1461](https://github.com/MetaMask/metamask-mobile/pull/1461): Update transaction fee selectors (#1461) +- [#1455](https://github.com/MetaMask/metamask-mobile/pull/1455): Approve design updates (#1455) +- [#1454](https://github.com/MetaMask/metamask-mobile/pull/1454): Trim white space from parsed (#1454) +- [#1460](https://github.com/MetaMask/metamask-mobile/pull/1460): Update lockfile (#1460) +- [#1458](https://github.com/MetaMask/metamask-mobile/pull/1458): Skip Sentry upload during iOS Debug build (#1458) +- [#1449](https://github.com/MetaMask/metamask-mobile/pull/1449): Use setTimeout hack to get paste context back (#1449) +- [#1450](https://github.com/MetaMask/metamask-mobile/pull/1450): Fix remove bookmark functionality, closes #1396 (#1450) +- [#1376](https://github.com/MetaMask/metamask-mobile/pull/1376): Replace Fabric Crashlytics with Sentry (#1376) +- [#1441](https://github.com/MetaMask/metamask-mobile/pull/1441): Detox: Address Book Tests (#1441) +- [#1447](https://github.com/MetaMask/metamask-mobile/pull/1447): ci: Update CircleCI config version (#1447) +- [#1439](https://github.com/MetaMask/metamask-mobile/pull/1439): Update README.md (#1439) +- [#1436](https://github.com/MetaMask/metamask-mobile/pull/1436): Update mkdirp and minimist (#1436) +- [#1435](https://github.com/MetaMask/metamask-mobile/pull/1435): Use acorn@7.1.1 (#1435) +- [#1434](https://github.com/MetaMask/metamask-mobile/pull/1434): Use acorn@6.4.1 (#1434) +- [#1433](https://github.com/MetaMask/metamask-mobile/pull/1433): Use kind-of@6.0.3 (#1433) +- [#1422](https://github.com/MetaMask/metamask-mobile/pull/1422): Bump acorn from 5.7.3 to 5.7.4 (#1422) +- [#1432](https://github.com/MetaMask/metamask-mobile/pull/1432): bump eth contract metadata (#1432) +- [#1431](https://github.com/MetaMask/metamask-mobile/pull/1431): Update debugging instructions (#1431) +- [#1418](https://github.com/MetaMask/metamask-mobile/pull/1418): Improvement: remove addresslist comment (#1418) +- [#1425](https://github.com/MetaMask/metamask-mobile/pull/1425): Detox: Upate dapp-initated-txn tests (#1425) + ## v0.2.14 - Mar 11 2020 - [#1413](https://github.com/MetaMask/metamask-mobile/pull/1413): Fix accountsChanged notification (#1413) - [#1411](https://github.com/MetaMask/metamask-mobile/pull/1411): bugfix: payment request (#1411)