diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 2b94ab26fd..fcd6ea398d 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,5 +1,8 @@
Unreleased
---
+
+1.116.0
+---
* [**] Highlight color formatting style improvements [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6517]
* [*] Fix an Aztec editor crash occurring on some occasions when the keyboard suggestions are used [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6765]
diff --git a/__device-tests__/gutenberg-editor-functionality-test-1-visual.test.js b/__device-tests__/gutenberg-editor-functionality-test-1-visual.test.js
index 03602027ca..30684570bf 100644
--- a/__device-tests__/gutenberg-editor-functionality-test-1-visual.test.js
+++ b/__device-tests__/gutenberg-editor-functionality-test-1-visual.test.js
@@ -218,7 +218,7 @@ describe( 'Gutenberg Editor - Test Suite 1', () => {
await toggleDarkMode( editorPage.driver, false );
} );
- it( 'sliders display proportionate fill level previews', async () => {
+ it.skip( 'sliders display proportionate fill level previews', async () => {
await editorPage.initializeEditor();
await editorPage.addNewBlock( blockNames.columns );
// Wait for the modal to open
diff --git a/bundle/android/strings.xml b/bundle/android/strings.xml
index e95473cd70..115c843db9 100644
--- a/bundle/android/strings.xml
+++ b/bundle/android/strings.xml
@@ -91,6 +91,7 @@
Choose images
Choose video
Clear search
+ Clear selected color
Column %d
Column Settings
diff --git a/bundle/ios/GutenbergNativeTranslations.swift b/bundle/ios/GutenbergNativeTranslations.swift
index 566088430e..291d61501c 100644
--- a/bundle/ios/GutenbergNativeTranslations.swift
+++ b/bundle/ios/GutenbergNativeTranslations.swift
@@ -90,6 +90,7 @@ private func dummy() {
_ = NSLocalizedString("Choose images", comment: "")
_ = NSLocalizedString("Choose video", comment: "")
_ = NSLocalizedString("Clear search", comment: "")
+ _ = NSLocalizedString("Clear selected color", comment: "")
_ = NSLocalizedString("Column %d", comment: "translators: %d: column index.")
_ = NSLocalizedString("Column Settings", comment: "")
_ = NSLocalizedString("Columns Settings", comment: "")
diff --git a/gutenberg b/gutenberg
index 46a67d5843..e0383eb2b1 160000
--- a/gutenberg
+++ b/gutenberg
@@ -1 +1 @@
-Subproject commit 46a67d584330e01e84856685593654616196d6c3
+Subproject commit e0383eb2b156056e599f815e25d5223b2cdfdcb1
diff --git a/ios-xcframework/Podfile.lock b/ios-xcframework/Podfile.lock
index b932b20f6e..87e59c6582 100644
--- a/ios-xcframework/Podfile.lock
+++ b/ios-xcframework/Podfile.lock
@@ -1104,7 +1104,7 @@ PODS:
- React-RCTImage
- RNSVG (14.0.0):
- React-Core
- - RNTAztecView (1.115.0):
+ - RNTAztecView (1.116.0):
- React-Core
- WordPress-Aztec-iOS (= 1.19.11)
- SDWebImage (5.11.1):
@@ -1399,7 +1399,7 @@ SPEC CHECKSUMS:
RNReanimated: f705119af7f77c961122a09adbfdf3dd38ce6a60
RNScreens: d07e03170921286b65f07e7b2a3aa8300f61f2ec
RNSVG: eb0b170443191e4a1af53b9bd17d1f2fbd1ba152
- RNTAztecView: a7f3ef74bdd75250ae479b8027021576047aed0f
+ RNTAztecView: 15c61330fdc47174997d858975d92e62891e5ba3
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
diff --git a/package-lock.json b/package-lock.json
index b0bbe3513e..758e1a3c07 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "gutenberg-mobile",
- "version": "1.115.0",
+ "version": "1.116.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gutenberg-mobile",
- "version": "1.115.0",
+ "version": "1.116.0",
"hasInstallScript": true,
"devDependencies": {
"@babel/core": "^7.20.0",
diff --git a/package.json b/package.json
index 7f9102b07a..2ba024408a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gutenberg-mobile",
- "version": "1.115.0",
+ "version": "1.116.0",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",