diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0fe6e5..f032f839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## Development +## v3.12.0 + ### Fixed - The StackTrace used for errorDetails didn't include the Exception that was thrown. diff --git a/README.md b/README.md index 5453644e..22f8a340 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Check the [Getting Started Guide](https://developer.bitmovin.com/playback/docs/g ```gradle dependencies { - implementation 'com.bitmovin.analytics:collector-bitmovin-player:3.11.0' + implementation 'com.bitmovin.analytics:collector-bitmovin-player:3.12.0' } ``` @@ -79,7 +79,7 @@ dependencies { ```gradle dependencies { - implementation 'com.bitmovin.analytics:collector-media3-exoplayer:3.11.0' + implementation 'com.bitmovin.analytics:collector-media3-exoplayer:3.12.0' } ``` @@ -99,7 +99,7 @@ dependencies { ```gradle dependencies { - implementation 'com.bitmovin.analytics:collector-exoplayer:3.11.0' + implementation 'com.bitmovin.analytics:collector-exoplayer:3.12.0' } ``` @@ -134,7 +134,7 @@ dependencies { ```gradle dependencies { - implementation 'com.bitmovin.analytics:collector-amazon-ivs:3.11.0' + implementation 'com.bitmovin.analytics:collector-amazon-ivs:3.12.0' } ```