diff --git a/CHANGELOG.md b/CHANGELOG.md index be832e6f..57b43888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Development v2 +## Development v1 + +## v2.11.0 + ### Added - `progUrl` to `BitmovinAnalyticsConfig` and `SourceMetadata` -## Development v1 +## v1.34.0 ### Added - `progUrl` to `BitmovinAnalyticsConfig` and `SourceMetadata` diff --git a/README.md b/README.md index ba445416..73ddc853 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ For Bitmovin Player v2: ```gradle dependencies { - implementation 'com.bitmovin.analytics:collector-bitmovin-player:1.33.1' + implementation 'com.bitmovin.analytics:collector-bitmovin-player:1.34.0' } ``` @@ -32,7 +32,7 @@ For Bitmovin Player v3: ```gradle dependencies { - implementation 'com.bitmovin.analytics:collector-bitmovin-player:2.10.0' + implementation 'com.bitmovin.analytics:collector-bitmovin-player:2.11.0' } ``` @@ -40,7 +40,7 @@ For ExoPlayer < v2.12.0: ```gradle dependencies { - implementation 'com.bitmovin.analytics:collector-exoplayer:1.33.1' + implementation 'com.bitmovin.analytics:collector-exoplayer:1.34.0' } ``` @@ -56,7 +56,7 @@ For ExoPlayer version between >= v2.17.0 and < v2.18.0: ```gradle dependencies { - implementation 'com.bitmovin.analytics:collector-exoplayer:2.10.0' + implementation 'com.bitmovin.analytics:collector-exoplayer:2.11.0' } ``` ## Examples