Skip to content

Commit ff7fda7

Browse files
authored
6.8.0 changelog (#1498)
1 parent 60b5c23 commit ff7fda7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Mapbox welcomes participation and contributions from everyone.
44

55
### main
6+
7+
### v6.8.0 - September 29, 2022
68
- Replaced `TurfSimplify#simplify` with `TurfTransformation#simplify`. [#1496](https://github.com/mapbox/mapbox-java/pull/1496)
79
- Deprecated `PolylineUtils#simplify` in favour of `TurfTransformation#simplify`. [#1496](https://github.com/mapbox/mapbox-java/pull/1496)
810

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repositories {
5050
}
5151
5252
dependencies {
53-
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:6.8.0-SNAPSHOT'
53+
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:6.9.0-SNAPSHOT'
5454
}
5555
```
5656

0 commit comments

Comments
 (0)