diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 2f348de98bd1..2c06c2b9c441 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -3,6 +3,7 @@ 22.7 ----- * [*] Updates Floating Action Button(FAB) color to black, shape to squircle, and icon to plus [https://github.com/wordpress-mobile/WordPress-Android/pull/18599] +* [*] Block editor: Image block - Fix issue where in some cases the image doesn't display the right aspect ratio [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5869] * [*] Me, and gravatar is moved to bottom navigation as fourth tab [https://github.com/wordpress-mobile/WordPress-Android/pull/18606] diff --git a/build.gradle b/build.gradle index 7c86a3277df3..5c8f1a46aca0 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ ext { automatticRestVersion = '1.0.8' automatticStoriesVersion = '2.1.0' automatticTracksVersion = '3.0.0' - gutenbergMobileVersion = 'v1.97.1' + gutenbergMobileVersion = 'v1.98.0' wordPressAztecVersion = 'v1.6.4' wordPressFluxCVersion = '2.30.0' wordPressLoginVersion = '1.3.0'