diff --git a/packages/espressocash_app/CHANGELOG.md b/packages/espressocash_app/CHANGELOG.md index 73ba7b976c..451f050115 100644 --- a/packages/espressocash_app/CHANGELOG.md +++ b/packages/espressocash_app/CHANGELOG.md @@ -1,3 +1,22 @@ +## 1.91.0 + + - **FIX**: remove home tab animation transition (#1141). + - **FIX**: webview onLoaded call (#1118). + - **FIX**: splash screen background color (#1140). + - **FIX**: image background load blink (#1145). + - **FIX**: timeline gap (#1131). + - **FEAT**: update l10n (#1152). + - **FEAT**: add scalex ramp (#1108). + - **FEAT**: Update l10n (#1151). + - **FEAT**: update l10n (#1150). + - **FEAT**: home screen ui updates (#1148). + - **FEAT**: update onboarding flow (#1142). + - **FEAT**: remove hardcoded keys (#1144). + - **FEAT**: offramp updates (#1143). + - **FEAT**: onramp updates (#1117). + - **FEAT**: update profile qr code (#1129). + - **FEAT**: splash and sign-in update (#1132). + ## 1.90.0 - **FEAT**: update ramp screens ui (#1133). diff --git a/packages/espressocash_app/pubspec.yaml b/packages/espressocash_app/pubspec.yaml index 788b638279..e3732afd2b 100644 --- a/packages/espressocash_app/pubspec.yaml +++ b/packages/espressocash_app/pubspec.yaml @@ -1,7 +1,7 @@ name: espressocash_app description: Espresso Cash mobile wallet for Solana publish_to: "none" -version: 1.90.0 +version: 1.91.0 environment: sdk: ">=3.0.0 <4.0.0"