diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 4dddabebf43b..96df2c1f83c5 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -2,6 +2,9 @@
-----
* [***] Site Creation: Adds an option to pick a home page design when creating a WordPress.com site.
* [*] Posts Settings: removed deprecated location setting [https://github.com/wordpress-mobile/WordPress-Android/pull/13404]
+* [**] Block Editor: Button block - Add link picker to the block settings [https://github.com/WordPress/gutenberg/pull/26206]
+* [***] Block Editor: Adding support for selecting different unit of value in Cover and Columns blocks [https://github.com/WordPress/gutenberg/pull/26161]
+* [*] Block Editor: Fix theme colors syncing with the editor [https://github.com/WordPress/gutenberg/pull/26821]
* [***] Stories: New feature for WordPress.com and Jetpack sites: Use photos and videos to create engaging and tappable fullscreen slideshows. [https://github.com/wordpress-mobile/WordPress-Android/pull/13459]
16.2
diff --git a/WordPress/src/main/res/values/strings.xml b/WordPress/src/main/res/values/strings.xml
index c76e3a3c2820..26cf04981d12 100644
--- a/WordPress/src/main/res/values/strings.xml
+++ b/WordPress/src/main/res/values/strings.xml
@@ -3071,6 +3071,7 @@
Block settings
Blog
+ CHOOSE A FILE
Choose from device
Choose image
Choose image or video
@@ -3081,6 +3082,7 @@
Content…
Copied block
Copy block
+ Copy file URL
Current value is %s
CUSTOMIZE
@@ -3115,12 +3117,17 @@
Dr. Seuss
Duplicate block
+ Edit file
Edit using web editor
Edit video
Email me: <a href=\"mailto:mail@example.com\">mail@example.com</a>
Excerpt length (words)
Failed to insert media.\nPlease tap for options.
+ Failed to save files.\nPlease tap for options.
+ Failed to upload files.\nPlease tap for options.
+ File block settings
+ File name
Gallery caption. %s
Hide keyboard
Image caption. %s
- Insert mention
Inspiration
diff --git a/libs/gutenberg-mobile b/libs/gutenberg-mobile
index d435c7add7d2..6fed9ea5c5b8 160000
--- a/libs/gutenberg-mobile
+++ b/libs/gutenberg-mobile
@@ -1 +1 @@
-Subproject commit d435c7add7d25880951ce5af02d371ba8f2d0d31
+Subproject commit 6fed9ea5c5b8b5fb87afcf4c1dc060e5e08f6e7a