diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index fd37b2fe4007..c553626dea7e 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -3,6 +3,7 @@ 22.9 ----- * [**] Block editor: Move undo/redo buttons to the navigation bar [https://github.com/wordpress-mobile/WordPress-Android/pull/18705] +* [***] Block editor: Editor UX improvements with new icons, colors and additional design enhancements. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5985] 22.8 ----- diff --git a/build.gradle b/build.gradle index dd40280889bc..404a42ed00be 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.100.0-alpha1' + gutenbergMobileVersion = 'v1.100.1' wordPressAztecVersion = 'v1.6.4' wordPressFluxCVersion = '2.37.0' wordPressLoginVersion = '1.3.0'