diff --git a/CHANGELOG.md b/CHANGELOG.md
index b912d0a7f9bb..d389d32747cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
Mapbox welcomes participation and contributions from everyone.
-## main
+## 11.9.0-beta.1
⚠️⚠️⚠️ Potentially breaking changes ⚠️⚠️⚠️
* Mark `symbolElevationReference`, `symbolZOffset`, `lineTrimColor `, `lineTrimFadeRange`, `lineZOffset` as Experimental in AnnotationManagers. This is potentially breaking change, however those properties are not marked as experimental only in AnnotationManagers by mistake.
diff --git a/LICENSE.md b/LICENSE.md
index 6638403d95d4..bcc20abcfe85 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,6 +1,6 @@
## License
-Mapbox Maps for iOS version 11.8.0
+Mapbox Maps for iOS version 11.9.0-beta.1
Mapbox Maps iOS SDK
Copyright © 2021 - 2024 Mapbox, Inc. All rights reserved.
diff --git a/MapboxMaps.podspec b/MapboxMaps.podspec
index 16722698ff55..9ff44253d5bc 100644
--- a/MapboxMaps.podspec
+++ b/MapboxMaps.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|
- maps_version = '11.8.0'
+ maps_version = '11.9.0-beta.1'
m.name = 'MapboxMaps'
m.version = maps_version
diff --git a/Sources/MapboxMaps/Info.plist b/Sources/MapboxMaps/Info.plist
index 3ff5bd95df5c..a98ed72cfb72 100644
--- a/Sources/MapboxMaps/Info.plist
+++ b/Sources/MapboxMaps/Info.plist
@@ -15,8 +15,8 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 11.8.0
+ 11.9.0
CFBundleVersion
- 138
+ 139
diff --git a/Sources/MapboxMaps/MapboxMaps.json b/Sources/MapboxMaps/MapboxMaps.json
index c608aa2a2288..c25f100bc18d 100644
--- a/Sources/MapboxMaps/MapboxMaps.json
+++ b/Sources/MapboxMaps/MapboxMaps.json
@@ -1,3 +1,3 @@
{
- "version" : "11.8.0"
+ "version" : "11.9.0-beta.1"
}