From a91ddef955eef580670e249e96aa84130208c5b7 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Fri, 18 Oct 2019 16:30:17 +0200 Subject: [PATCH] Release v0.0.1-TESTING6 --- .buildconfig.yml | 2 +- CHANGELOG.md | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.buildconfig.yml b/.buildconfig.yml index 55959461b..3b21efd32 100644 --- a/.buildconfig.yml +++ b/.buildconfig.yml @@ -1,4 +1,4 @@ -libraryVersion: 0.0.1-TESTING5 +libraryVersion: 0.0.1-TESTING6 groupId: org.mozilla.telemetry projects: glean-core: diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aeff4336..ea85bbf5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Unreleased changes -[Full changelog](https://github.com/mozilla/glean/compare/v0.0.1-TESTING4...master) +[Full changelog](https://github.com/mozilla/glean/compare/v0.0.1-TESTING6...master) + +# v0.0.1-TESTING6 (2019-10-18) + +[Full changelog](https://github.com/mozilla/glean/compare/v0.0.1-TESTING5...v0.0.1-TESTING6) + +* Ignore dynamically stored labels if Glean is not initialized ([#374](https://github.com/mozilla/glean/pull/374)) +* Make sure ProGuard doesn't remove Glean classes from the app ([#380](https://github.com/mozilla/glean/pull/380)) +* Keep track of pings in all modes ([#378](https://github.com/mozilla/glean/pull/378)) +* Add 'jnaTest' dependencies to the 'forUnitTest' JAR ([#382](https://github.com/mozilla/glean/pull/382)) + +# v0.0.1-TESTING5 (2019-10-10) + +[Full changelog](https://github.com/mozilla/glean/compare/v0.0.1-TESTING4...v0.0.1-TESTING5) + +* Upgrade to NDK r20 ([#365](https://github.com/mozilla/glean/pull/365)) # v0.0.1-TESTING4 (2019-10-09)