diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ed0eab..89a7b499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.13.0] - TBD +## [0.13.0] - EU Endpoint Support added by [updating the SenderConfigurationBuilder API](https://github.com/newrelic/newrelic-telemetry-sdk-java/pull/276). - Includes endpoints that send Metric, Event, Log, and Span data to New Relic One. - Added warnings to let users know if data exceeds some Ingest API limits. diff --git a/README.md b/README.md index 865793ae..74f1648b 100644 --- a/README.md +++ b/README.md @@ -33,20 +33,20 @@ Maven dependencies: com.newrelic.telemetry telemetry-core - 0.12.0 + 0.13.0 com.newrelic.telemetry telemetry-http-okhttp - 0.12.0 + 0.13.0 ``` Gradle dependencies: ``` -implementation("com.newrelic.telemetry:telemetry-core:0.12.0") -implementation("com.newrelic.telemetry:telemetry-http-okhttp:0.12.0") +implementation("com.newrelic.telemetry:telemetry-core:0.13.0") +implementation("com.newrelic.telemetry:telemetry-http-okhttp:0.13.0") ``` Take a look at the example code in the [telemetry_examples](telemetry_examples) module. diff --git a/gradle.properties b/gradle.properties index 38a17b43..da98ccfa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ # Here is where we manage the version group=com.newrelic.telemetry -version=0.12.0 +version=0.13.0 # Set this to true to enable using a local sonatype (for debugging publishing issues) # Start a local sonatype in docker with this command: