diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index c39e9912986a..70a4fb22af1d 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -2,7 +2,8 @@ 20.0 ----- - +* [*] Block Editor: A11y: Improve text read by screen readers for BottomSheetSelectControl [https://github.com/WordPress/gutenberg/pull/41036] +* [*] Block Editor: Add 'Insert from URL' option to Image block [https://github.com/WordPress/gutenberg/pull/40334] 19.9 ----- diff --git a/build.gradle b/build.gradle index cb09ec0c4097..8fcd16420211 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ ext { wordPressUtilsVersion = '2.5.0' wordPressLoginVersion = '0.14.0' - gutenbergMobileVersion = 'v1.76.1' + gutenbergMobileVersion = 'v1.77.0' storiesVersion = '1.3.0' aboutAutomatticVersion = '0.0.5'