Skip to content

Commit

Permalink
chore(release): releasing v2.4.0 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeringrose authored Aug 14, 2024
1 parent 148485e commit 81b462f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Changelog for the Mapbox Search SDK for Android

## 2.4.0

### Mapbox dependencies
- Search Native SDK `2.3.0`

## 2.4.0-rc.3

### New features
- Aligning `SearchOptions` to Search Native SDK
- Adding `List<AttributeSet>` to `SelectOptions` to support retrieving distinct attribute sets on SEARCH_BOX retrieve calls

### Mapbox dependencies
- Search Native SDK `2.3.0-rc.6`
- Search Native SDK `2.3.0-rc.3`
- Common SDK `v24.6.0`

## 2.4.0-rc.2
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.4.0-rc.3
VERSION_NAME=2.4.0

# Artifact attributes
mapboxArtifactUserOrg=mapbox
Expand Down

0 comments on commit 81b462f

Please sign in to comment.