diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89634f031673..6c62b11ac93f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,10 @@ Mapbox welcomes participation and contributions from everyone.
* Add annotations drag handlers callbacks `dragBeginHandler`, `dragChangeHandler`, `dragEndHandler` to all Annotation types.
* Bump core maps version to 11.2.0 and common sdk to 24.2.0.
+## 11.2.0 - 28 February, 2024
+
+* Bump core maps version to 11.2.0 and common sdk to 24.2.0.
+
## 11.2.0-rc.1 - 15 February, 2024
### Bug fixes 🐞
diff --git a/LICENSE.md b/LICENSE.md
index f7f272b03d16..40d132cfbba2 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,6 +1,6 @@
## License
-Mapbox Maps for iOS version 11.2.0-rc.1
+Mapbox Maps for iOS version 11.2.0
Mapbox Maps iOS SDK
Copyright © 2021 - 2024 Mapbox, Inc. All rights reserved.
diff --git a/MapboxMaps.podspec b/MapboxMaps.podspec
index a03ebfd507aa..18453b40fd0a 100644
--- a/MapboxMaps.podspec
+++ b/MapboxMaps.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|
- maps_version = '11.2.0-rc.1'
+ maps_version = '11.2.0'
m.name = 'MapboxMaps'
m.version = maps_version
diff --git a/Sources/MapboxMaps/Info.plist b/Sources/MapboxMaps/Info.plist
index 702df2f0fcf5..f7093bc112d0 100644
--- a/Sources/MapboxMaps/Info.plist
+++ b/Sources/MapboxMaps/Info.plist
@@ -17,6 +17,6 @@
CFBundleShortVersionString
11.2.0
CFBundleVersion
- 114
+ 115
diff --git a/Sources/MapboxMaps/MapboxMaps.json b/Sources/MapboxMaps/MapboxMaps.json
index 8a5a4b3a5d0e..2ee31cd60062 100644
--- a/Sources/MapboxMaps/MapboxMaps.json
+++ b/Sources/MapboxMaps/MapboxMaps.json
@@ -1,3 +1,3 @@
{
- "version" : "11.2.0-rc.1"
+ "version" : "11.2.0"
}