diff --git a/CHANGELOG.md b/CHANGELOG.md index e88be33..c9c2ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All changes to this project will be documented in this file. +## [1.2.1] - 2022-09-29 +- Fix preview when `ApiVideoView` has already been created +- Only call `onDisconnect` when application was connected +- Release workflow is triggered on release published (instead of created) +- Example: remove rxpermission usage + ## [1.2.0] - 2022-08-18 - Adds API to set zoom ratio diff --git a/README.md b/README.md index e029633..6015992 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ On build.gradle add the following code in dependencies: ```groovy dependencies { - implementation 'video.api:android-live-stream:1.2.0' + implementation 'video.api:android-live-stream:1.2.1' } ``` diff --git a/gradle.properties b/gradle.properties index 608b841..c0e2875 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,8 +24,8 @@ POM_NAME=android-live-stream POM_ARTIFACT_ID=android-live-stream POM_PACKAGING=aar -VERSION_NAME=1.2.0 -VERSION_CODE=1002000 +VERSION_NAME=1.2.1 +VERSION_CODE=1002001 GROUP=video.api POM_DESCRIPTION=Android live stream module for api.video service.