diff --git a/CHANGELOG.md b/CHANGELOG.md index b31b387ed40..4f2c3056133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/) ### Fixed +## [1.9.35] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.35) + +### Added + +- Added translations for swaps v2, gas, backups and ETH rewards (#5980) +- Added a popular tokens section in swaps token search list (#5990) + +### Changed + +- Bump fast-xml-parser from 4.4.0 to 4.4.1 (#5965) +- Convert App.js => App.tsx (#5792) +- No longer have the restricted codeowners for reviews (#5991) +- Changed the trending Dapps section to backend endpoint (#5974) +- The default swap input currency is now the network with the most ETH (#5994) +- Design system improvements (#5984) +- Dapp browser improvements (#5978) +- Updated swaps SDK (#5996) +- Changed the fee domination from USD to actual payment token (#6000) +- Sentry bot resilience updates (#5995) + +### Fixed + +- Fixed a crash on an empty profile screen along with adding a placeholder for no transactions on activity screen (#5975) +- Fixed a bug where some tokens had a missing asset balance (#5998) +- Fixed account balance discrepancies in different places (#5959) + ## [1.9.34] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.34) ### Added diff --git a/android/app/build.gradle b/android/app/build.gradle index f2510af5934..5cca331f4c6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -139,8 +139,8 @@ android { applicationId "me.rainbow" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 226 - versionName "1.9.35" + versionCode 227 + versionName "1.9.36" missingDimensionStrategy 'react-native-camera', 'general' renderscriptTargetApi 23 renderscriptSupportModeEnabled true diff --git a/ios/Rainbow.xcodeproj/project.pbxproj b/ios/Rainbow.xcodeproj/project.pbxproj index ab496e61acf..fe4d0b3f373 100644 --- a/ios/Rainbow.xcodeproj/project.pbxproj +++ b/ios/Rainbow.xcodeproj/project.pbxproj @@ -1833,7 +1833,7 @@ "$(PROJECT_DIR)", ); LLVM_LTO = YES; - MARKETING_VERSION = 1.9.35; + MARKETING_VERSION = 1.9.36; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = ( "$(inherited)", @@ -1895,7 +1895,7 @@ "$(PROJECT_DIR)", ); LLVM_LTO = YES; - MARKETING_VERSION = 1.9.35; + MARKETING_VERSION = 1.9.36; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = ( "$(inherited)", @@ -2011,7 +2011,7 @@ "$(PROJECT_DIR)", ); LLVM_LTO = YES; - MARKETING_VERSION = 1.9.35; + MARKETING_VERSION = 1.9.36; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = ( "$(inherited)", @@ -2127,7 +2127,7 @@ "$(PROJECT_DIR)", ); LLVM_LTO = YES; - MARKETING_VERSION = 1.9.35; + MARKETING_VERSION = 1.9.36; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = ( "$(inherited)", diff --git a/package.json b/package.json index ebd6edf061c..e81d44d32d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Rainbow", - "version": "1.9.35-1", + "version": "1.9.36-1", "private": true, "scripts": { "setup": "yarn graphql-codegen:install && yarn ds:install && yarn allow-scripts && yarn postinstall && yarn graphql-codegen",