diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 9eb0e9654ca2..0f98558c2ba0 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -9,6 +9,7 @@ * [*] [WordPress-only] We have redesigned the landing screen. [https://github.com/wordpress-mobile/WordPress-Android/pull/17871] * [**] [internal][WordPress-only] Help & Support: replaces Contact Support with new Community forums. [https://github.com/wordpress-mobile/WordPress-Android/pull/17820] * [**] [Jetpack-only] Jetpack individual plugin support: Warns user about sites with only individual plugins not supporting all features of the app yet and gives the ability to install the full Jetpack plugin. [https://github.com/wordpress-mobile/WordPress-Android/pull/17983] +* [*] Fix inaccessible block settings within the unsupported block editor [https://github.com/WordPress/gutenberg/pull/48435] 21.7 ----- diff --git a/build.gradle b/build.gradle index 99794c524da5..76961cc02061 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ ext { automatticRestVersion = '1.0.8' automatticStoriesVersion = '2.0.0' automatticTracksVersion = '2.2.0' - gutenbergMobileVersion = 'v1.89.0' + gutenbergMobileVersion = 'v1.89.1' wordPressAztecVersion = 'v1.6.3' wordPressFluxCVersion = 'trunk-87643105f7470e8e5e51c858ff189ce00be1670a' wordPressLoginVersion = '1.0.0'