diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4959707bc224..a3a4c7c83bd7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
Mapbox welcomes participation and contributions from everyone.
-## main
+## 10.11.0-beta.1 - January 12, 2023
* Reduce CPU usage/energy consumption whem map idling while showing user location. ([#1789](https://github.com/mapbox/mapbox-maps-ios/pull/1789))
* Fix loading errors appearing when providing custom endpoint for `ResourceOptions.baseURL`. ([#1749](https://github.com/mapbox/mapbox-maps-ios/pull/1749))
@@ -16,6 +16,7 @@ Mapbox welcomes participation and contributions from everyone.
* Update to MapboxCoreMaps 10.11.0-beta.1 and MapboxCommon 23.3.0-beta.1. ([#1842](https://github.com/mapbox/mapbox-maps-ios/pull/1842))
## 10.10.1 - December 20, 2022
+
* [CarPlay] Fix map view permanently pausing when moving to window on foreground ([#1808])(https://github.com/mapbox/mapbox-maps-ios/pull/1808)
## 10.10.0 - December 8, 2022
diff --git a/MapboxMaps.podspec b/MapboxMaps.podspec
index e56c274e38ea..01642f8c32d2 100644
--- a/MapboxMaps.podspec
+++ b/MapboxMaps.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|
- maps_version = '10.10.1'
+ maps_version = '10.11.0-beta.1'
m.name = 'MapboxMaps'
m.version = maps_version
diff --git a/Sources/MapboxMaps/Info.plist b/Sources/MapboxMaps/Info.plist
index a8406ed61a19..09bee86c8c1d 100644
--- a/Sources/MapboxMaps/Info.plist
+++ b/Sources/MapboxMaps/Info.plist
@@ -15,8 +15,8 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 10.10.1
+ 10.11.0
CFBundleVersion
- 60
+ 61
diff --git a/Sources/MapboxMaps/MapboxMaps.json b/Sources/MapboxMaps/MapboxMaps.json
index f9db647e1d5f..a1844ddf3956 100644
--- a/Sources/MapboxMaps/MapboxMaps.json
+++ b/Sources/MapboxMaps/MapboxMaps.json
@@ -1,3 +1,3 @@
{
- "version" : "10.10.1"
+ "version" : "10.11.0-beta.1"
}