Skip to content

Commit

Permalink
Bump to 2.1.0 (#240)
Browse files Browse the repository at this point in the history
* Bump to 2.1.0

* Update CHANGELOG.md

---------

Co-authored-by: Mike Ringrose <[email protected]>
  • Loading branch information
Eugene and mikeringrose authored May 17, 2024
1 parent 5123f7d commit 1b46c9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Changelog for the Mapbox Search SDK for Android

## 2.0.0
## 2.1.0

### New features
- Location observer timeout can be configured now
- Updated default sample activity to default to `ApiType.SBS`
- Fixed a synchronization issue in `OfflineSearchAlongRouteExampleActivity`
- Fixed a bug in the default sample activity that crashed the activity when clicking on the map

## 2.0.0-rc.1

## 2.0.0

### New features
- [Online search] Add method to retrieve a POI by Mapbox ID
Expand Down
2 changes: 1 addition & 1 deletion MapboxSearch/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android.enableJetifier=false
kotlin.code.style=official

# SDK version attributes
VERSION_NAME=2.0.0-configurable-location-timeout
VERSION_NAME=2.1.0

# Artifact attributes
mapboxArtifactUserOrg=mapbox
Expand Down

0 comments on commit 1b46c9a

Please sign in to comment.