Skip to content

Commit

Permalink
Releasing 2.5.0-rc.1 (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedaly16 authored Sep 16, 2024
1 parent c5a8a80 commit d03c27f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Unreleased

## 2.5.0-rc.1
## 2.5.0-rc.2

### New features
- Adding a `toBuilder` method to `SearchResultMetadata` class

### Mapbox dependencies
- Search Native SDK `v2.5.0-rc.1`
- Search Native SDK `v2.5.0-rc.2`
- Common SDK `v24.7.0-rc.1`

## 2.5.0-beta.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.5.0-rc.1
VERSION_NAME=2.5.0-rc.2

# 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 @@ -46,7 +46,7 @@ ext {
common_sdk_version = '24.7.0-rc.1'
mapbox_base_version = '0.8.0'

search_native_version = '2.5.0-rc.1'
search_native_version = '2.5.0-rc.2'

detekt_version = '1.19.0'

Expand Down

0 comments on commit d03c27f

Please sign in to comment.