Skip to content

Commit 54d7eb1

Browse files
author
Pablo Guardiola
committed
release 5.1.0-beta.1
1 parent b679eef commit 54d7eb1

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

55
### master
66

7+
### 5.1.0-beta.1 - January 24, 2020
8+
9+
- Removed typo in `BannerView` class javadocs [#1111](https://github.com/mapbox/mapbox-java/pull/1111)
10+
- Extract refresh models into separate module [#1107](https://github.com/mapbox/mapbox-java/pull/1107)
11+
- Bumped `StaticMapCriteria` constant style strings to new versions [#1109](https://github.com/mapbox/mapbox-java/pull/1109)
12+
- Add `toBuilder()` method to `RouteOptions` and `WalkingOptions` [#1110](https://github.com/mapbox/mapbox-java/pull/1110)
13+
- Split Directions models from the implementation into a separate module [#1104](https://github.com/mapbox/mapbox-java/pull/1104)
14+
715
### 5.0.0 - January 8, 2020
816

917
- Update to AndroidX annotation [#1095](https://github.com/mapbox/mapbox-java/pull/1095)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project-wide Gradle settings.
2-
VERSION_NAME=5.1.0-SNAPSHOT
2+
VERSION_NAME=5.1.0-beta.1
33

44
# Specifies the JVM arguments used for the daemon process.
55
# The setting is particularly useful for tweaking memory settings.

0 commit comments

Comments
 (0)