diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 241904405fd5..47aded33e692 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -3,6 +3,7 @@ 24.6 ----- * [**] Block editor: Highlight text fixes [https://github.com/WordPress/gutenberg/pull/57650] +* [*] Block editor: Fixes an Aztec editor crash occurring on some occasions when the keyboard suggestions are used [https://github.com/wordpress-mobile/WordPress-Android/pull/20518] 24.5 ----- diff --git a/build.gradle b/build.gradle index 0c97698e2583..444af04671b5 100644 --- a/build.gradle +++ b/build.gradle @@ -23,8 +23,8 @@ ext { automatticAboutVersion = '1.4.0' automatticRestVersion = '1.0.8' automatticTracksVersion = '3.5.0' - gutenbergMobileVersion = 'v1.116.0-alpha1' - wordPressAztecVersion = 'v2.1.0' + gutenbergMobileVersion = 'v1.116.0-alpha2' + wordPressAztecVersion = 'v2.1.1' wordPressFluxCVersion = '2.72.0' wordPressLoginVersion = '1.14.1' wordPressPersistentEditTextVersion = '1.0.2'