summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Zugaldia <antonio@mapbox.com>2017-03-02 09:58:11 -0500
committerTobrun <tobrun.van.nuland@gmail.com>2017-03-02 09:58:11 -0500
commitf1e3c32f7ea9e5a1d80b8ddd136751ca131c3eb5 (patch)
tree67a6c2ecf3094f119dd9a062d42e61ea749ea7d4
parent968bb369c9b578b48745d6c775c51503534a4f20 (diff)
downloadqtlocation-mapboxgl-f1e3c32f7ea9e5a1d80b8ddd136751ca131c3eb5.tar.gz
Updates version name and CHANGELOG after 5.0.0-beta.2 release (#8254)
* go back to 5.0.0-SNAPSHOT * update changelog
-rw-r--r--platform/android/CHANGELOG.md7
-rw-r--r--platform/android/MapboxGLAndroidSDK/gradle.properties2
2 files changed, 8 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 1186d392d0..831433803c 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,6 +2,13 @@
Mapbox welcomes participation and contributions from everyone. If you'd like to do so please see the [`Contributing Guide`](https://github.com/mapbox/mapbox-gl-native/blob/master/CONTRIBUTING.md) first to get started.
+## 5.0.0-beta.2 - March 1st, 2017
+
+5.0.0-beta.2 focuses on addressing stability issues and bug fixes. It also includes:
+
+* Data-driven styling for `{text,icon}-{color,opacity,halo-color,halo-blur,halo-width}` [#7939](https://github.com/mapbox/mapbox-gl-native/pull/7939)
+* Additional APIs to manage runtime styling layers [#8195](https://github.com/mapbox/mapbox-gl-native/pull/8195)
+
## 5.0.0-beta.1 - February 14th, 2017
* Support for data-driven styles [#7752](https://github.com/mapbox/mapbox-gl-native/pull/7752)
diff --git a/platform/android/MapboxGLAndroidSDK/gradle.properties b/platform/android/MapboxGLAndroidSDK/gradle.properties
index 81ea7e7423..dac39fa60a 100644
--- a/platform/android/MapboxGLAndroidSDK/gradle.properties
+++ b/platform/android/MapboxGLAndroidSDK/gradle.properties
@@ -1,5 +1,5 @@
GROUP=com.mapbox.mapboxsdk
-VERSION_NAME=5.0.0-beta.2
+VERSION_NAME=5.0.0-SNAPSHOT
POM_DESCRIPTION=Mapbox GL Android SDK
POM_URL=https://github.com/mapbox/mapbox-gl-native