Skip to content

Commit

Permalink
Prepare 10.11.0-beta.1 (#1845)
Browse files Browse the repository at this point in the history
* Update changelog

* Bump version to 10.11.0-beta.1
  • Loading branch information
evil159 authored Jan 12, 2023
1 parent fbfb895 commit 7833ea7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion MapboxMaps.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Sources/MapboxMaps/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>10.10.1</string>
<string>10.11.0</string>
<key>CFBundleVersion</key>
<string>60</string>
<string>61</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/MapboxMaps.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version" : "10.10.1"
"version" : "10.11.0-beta.1"
}

0 comments on commit 7833ea7

Please sign in to comment.