diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 774ff4396953..26498c44edb6 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -9,6 +9,7 @@ * [*] Block Editor: Add 'Insert from URL' option to Video block [https://github.com/WordPress/gutenberg/pull/41493] * [*] Block Editor: Image block copies the alt text from the media library when selecting an item [https://github.com/WordPress/gutenberg/pull/41839] * [*] Block Editor: Introduce "block recovery" option for invalid blocks [https://github.com/WordPress/gutenberg/pull/41988] +* [**] Block Editor: Fix a crash when scrolling posts containing Embed blocks [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5033] 20.2 ----- diff --git a/build.gradle b/build.gradle index 8ef339882b4a..1b55394c05ea 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { ext { wordPressUtilsVersion = '2.6.0' wordPressLoginVersion = '0.15.0' - gutenbergMobileVersion = 'v1.79.0' + gutenbergMobileVersion = 'v1.79.1' storiesVersion = '1.4.0' aboutAutomatticVersion = '0.0.6'