From 658e1d68b6b75410c27624ad74447735c8fa22f4 Mon Sep 17 00:00:00 2001 From: Cameron Mace Date: Fri, 26 May 2017 17:23:39 -0400 Subject: [PATCH] release 2.1.1 (#468) * release version * changed name back to snap * updated changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f660902b..caed36399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Mapbox welcomes participation and contributions from everyone. +### v2.1.1 + +* Updates to [LOST `3.0.0`](https://github.com/mapbox/mapbox-java/pull/462) +* Fixed location [timestamp issue](https://github.com/mapbox/mapbox-java/pull/463) +* Updated [library dependencies](https://github.com/mapbox/mapbox-java/pull/464) +* correct [units for `LegAnnotation.speed`](https://github.com/mapbox/mapbox-java/pull/460) + ### v2.1.0 * The Mapbox Navigation SDK for Android has been moved into its own repository. Code and tickets can now be followed on [mapbox-navigation-android](https://github.com/mapbox/mapbox-navigation-android) [#439](https://github.com/mapbox/mapbox-java/pull/439)