Skip to content

Commit

Permalink
Bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ypresto committed Aug 11, 2018
1 parent c17dd6d commit 012c3ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 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)

Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Expand Up @@ -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
Expand Down

0 comments on commit 012c3ab

Please sign in to comment.