Skip to content

Commit 01c8140

Browse files
authored
Release 1.2.1 (#117)
* CHANGELOGs for v1.2.1 * bump to 1.2.1
1 parent 1038b74 commit 01c8140

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

libandroid/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
### v1.2.1
6+
7+
* Fixes regresion in `GeocoderAutoCompleteView`
8+
9+
Full changelog: https://github.com/mapbox/mapbox-java/issues?q=milestone%3Av1.2.1+is%3Aclosed
10+
511
### v1.2.0
612

713
* Updated to `libjava` v1.2.0

libandroid/lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
compile project(':libjava')
3737

3838
// Mapbox Java Services (release)
39-
// compile ('com.mapbox.mapboxsdk:mapbox-java-services:1.2.0@jar') {
39+
// compile ('com.mapbox.mapboxsdk:mapbox-java-services:1.2.1@jar') {
4040
// transitive=true
4141
// }
4242

libjava/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
### v1.2.1
6+
7+
* Bring back `toString()` method in `CarmenFeature`
8+
9+
Full changelog: https://github.com/mapbox/mapbox-java/issues?q=milestone%3Av1.2.1+is%3Aclosed
10+
511
### v1.2.0
612

713
* Support for the Map Matching API

0 commit comments

Comments
 (0)