diff --git a/CHANGELOG.md b/CHANGELOG.md index de8e750..3d5df2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All changes to this project will be documented in this file. +## [1.3.0] - 2023-06-05 + +- Add API to set playback speed +- Add API to use an api.video URL instead of a video ID (see `VideoOptions.fromUrl`) + ## [1.2.0] - 2023-02-07 - Add support for live streaming diff --git a/README.md b/README.md index 77a2eac..76258d0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ In your module `build.gradle`, add the following code in `dependencies`: ```groovy dependencies { - implementation 'video.api:android-player:1.2.0' + implementation 'video.api:android-player:1.3.0' } ``` diff --git a/gradle.properties b/gradle.properties index dcc3714..7c2f4d3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,8 +27,8 @@ POM_NAME=android-player POM_ARTIFACT_ID=android-player POM_PACKAGING=aar -VERSION_NAME=1.2.0 -VERSION_CODE=1002000 +VERSION_NAME=1.3.0 +VERSION_CODE=1003000 GROUP=video.api POM_DESCRIPTION=Android player for api.video service.