Skip to content

Commit

Permalink
chore: update search native sdk to 1.4.0 to include session token fix (
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeringrose committed Jul 5, 2024
1 parent 2a8a883 commit 7936340
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog for the Mapbox Search SDK for Android

## 1.4.0

### Bug fixes

- Fix session token behavior when making subsequent suggest calls (Search Native SDK `1.4.0`)

### Mapbox dependencies

- Search Native SDK `1.4.0`

## 1.3.0

### New features
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=1.3.0
VERSION_NAME=1.4.0

# Artifact attributes
mapboxArtifactUserOrg=mapbox
Expand Down
2 changes: 1 addition & 1 deletion MapboxSearch/gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ext {
common_sdk_version = '23.10.1'
mapbox_base_version = '0.8.0'

search_native_version = '1.1.0'
search_native_version = '1.4.0'

detekt_version = '1.19.0'

Expand Down

0 comments on commit 7936340

Please sign in to comment.