From 2ca7af664c006f3d6a15e8c114ecbcae1aed9867 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Thu, 3 Oct 2019 10:04:39 -0700 Subject: [PATCH] release 0.6.1 --- CHANGELOG.md | 6 +++++- gradle-mvn-push.gradle | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c07c58a99..65ba2c6c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [Unreleased](https://github.com/googlemaps/android-maps-utils/compare/0.6.1...master) + +## [0.6.1](https://github.com/googlemaps/android-maps-utils/compare/0.6.0...0.6.1) - 2019-10-03 +### Changed +- KML test files are no longer inclued in the library bundle [`#529`](https://github.com/googlemaps/android-maps-utils/pull/529) ## [0.6.0](https://github.com/googlemaps/android-maps-utils/compare/0.5.0...0.6.0) - 2019-10-02 diff --git a/gradle-mvn-push.gradle b/gradle-mvn-push.gradle index e336329d4..09b934141 100644 --- a/gradle-mvn-push.gradle +++ b/gradle-mvn-push.gradle @@ -60,7 +60,7 @@ publishing { } groupId group artifactId 'android-maps-utils' - version '0.6.0' + version '0.6.1' afterEvaluate { artifact bundleReleaseAar } @@ -100,7 +100,7 @@ publishing { } groupId group artifactId 'android-maps-utils-apklib' - version '0.6.0' + version '0.6.1' artifact(apklib) } }