Skip to content

Commit

Permalink
Brody/bump 1.9.21 3 (#5588)
Browse files Browse the repository at this point in the history
* changes

* .

* .

* .

* .

* .

* .
  • Loading branch information
BrodyHughes committed Apr 3, 2024
1 parent 4e54d20 commit 748d73a
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 121 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Fixed

## [1.9.20] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.20)

### Added

- Added pending transaction indicator on nav bar (#5529)
- Swaps v2 revamp work (#5536, #5538)
- Added wallet connect v2 sessions data to state dump (#5382)

### Changed

- e2e cleanup (#5540)
- NFT offers/mints gas estimation improvements (#5448)
- Removed Apollo client in favor of @/graphql (#5555)
- Refetch balances after a transaction is confirmed (#5551)
- Hide favorites on non mainnet assets (#5565)
- Updated transaction details sheet (#5535)
- Bump Rudderstack version to v1.12.12 (#5556)
- Backups v2 (#5310)

### Fixed

- Fixed a crash that happened when tapping settings button on develop (#5544)
- Fixed token metadata issues for searching by contract address in discover (#5563)

## [1.9.19] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.19)

### Added
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ android {
applicationId "me.rainbow"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 208
versionName "1.9.20"
versionCode 209
versionName "1.9.21"
missingDimensionStrategy 'react-native-camera', 'general'
renderscriptTargetApi 23
renderscriptSupportModeEnabled true
Expand Down
Loading

0 comments on commit 748d73a

Please sign in to comment.