diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index d77a9299aae7..d1611bcdb62e 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -2,7 +2,7 @@ 22.0 ----- - +* [*] Block editor: Allow new block transforms for most blocks. [https://github.com/WordPress/gutenberg/pull/48792] 21.9 ----- diff --git a/build.gradle b/build.gradle index 9a908f005bd8..d54312efc34c 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.90.0' + gutenbergMobileVersion = 'v1.91.0' wordPressAztecVersion = 'v1.6.3' wordPressFluxCVersion = '2.17.0' wordPressLoginVersion = '1.0.0'