diff --git a/CHANGELOG.md b/CHANGELOG.md index d70f9d6..f57f199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.0.5](https://github.com/newrelic/video-agent-android/compare/v4.0.4...v4.0.5) (2026-01-20) + +### Bug Fixes + +* Replace bitrate calculation to use manifest rendition bit rate instead of download speed ([b676954](https://github.com/newrelic/video-agent-android/commit/b67695487e25d1b3b24ceba660fb0b7aa6d6c0d4)) +* Update media3 from 1.1.0 to 1.2.0 for Android 14 compatibility ([320d92b](https://github.com/newrelic/video-agent-android/commit/320d92bdbc9ef5f75eceddede00eaddd5d1b8aad)) ## [4.0.4](https://github.com/newrelic/video-agent-android/compare/v4.0.3...v4.0.4) (2025-12-18) ### Bug Fixes diff --git a/README.md b/README.md index ba2cc5c..e87220e 100644 --- a/README.md +++ b/README.md @@ -209,10 +209,6 @@ As noted in our [security policy](../../security/policy), New Relic is committed If you believe you have found a security vulnerability in this project or any of New Relic's products or websites, we welcome and greatly appreciate you reporting it to New Relic through [HackerOne](https://hackerone.com/newrelic). -## Pricing - -Important: Ingesting video telemetry data via this video agent requires a subscription to an Advanced Compute. Contact your New Relic account representative for more details on pricing and entitlement. - ## License New Relic Video Agent is licensed under the [Apache 2.0](http://apache.org/licenses/LICENSE-2.0.txt) License. diff --git a/gradle.properties b/gradle.properties index 75ab157..a079348 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,4 +21,4 @@ android.defaults.buildfeatures.buildconfig=true android.nonTransitiveRClass=false android.nonFinalResIds=false -GLOBAL_VERSION_NAME=4.0.4 \ No newline at end of file +GLOBAL_VERSION_NAME=4.0.5 \ No newline at end of file