Skip to content

Commit

Permalink
Bump to 2.0.0-beta.4 (#205)
Browse files Browse the repository at this point in the history
* Bump to 2.0.0-beta.4
  • Loading branch information
eugenes78 committed Mar 21, 2024
1 parent dd05af3 commit c54c539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog for the Mapbox Search SDK for Android

## 2.0.0-beta.3
## 2.0.0-beta.4

### New features
- [Offline search] Offline Search Along Route
- [Offline search] Added bounding box filter for offline search functions
- [CORE] Added a new field called `mapboxId` to `BaseSearchResult`, `SearchResult`, `CategoryResult` and `OfflineSearchResult`
- [Address Autofill, Place Autocomplete] Added new fields called `id` and `mapboxId` to `AddressAutofillResult` and `PlaceAutocompleteResult`
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-beta.3
VERSION_NAME=2.0.0-beta.4

# Artifact attributes
mapboxArtifactUserOrg=mapbox
Expand Down

0 comments on commit c54c539

Please sign in to comment.