From 012c3ab81053c17eea0ec42f2ec815cb7ad311be Mon Sep 17 00:00:00 2001 From: Yuya Tanaka Date: Sun, 12 Aug 2018 01:14:02 +0900 Subject: [PATCH] Bump to 0.3.0 --- CHANGELOG.md | 5 ++++- lib/build.gradle | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91622669..a79483bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ +## 0.3.0 +- Fix cancel() sometimes not working. (Thanks @strayerM and @PinkFloyded) +- Geolocation support on API>=19. (Thanks @hkurokawa) + ## 0.2.0 - Experimental audio transcoding support. (Thanks @aaron112) - Fix transcode does not run on Huawei Ascend P7. (Thanks @spiritedRunning) - Fix race condition caused by not closing output before callback. (Thanks @ryanwilliams83) - ## 0.1.10 - `Future` support. (Thanks @MaiKambayashi) diff --git a/lib/build.gradle b/lib/build.gradle index fe6550f9..1ab6c7ba 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -32,7 +32,7 @@ android { publish { groupId = 'net.ypresto.androidtranscoder' artifactId = 'android-transcoder' - version = '0.2.0' + version = '0.3.0' licences = ['Apache-2.0'] website = 'https://github.com/ypresto/android-transcoder' autoPublish = false