diff --git a/CHANGELOG.md b/CHANGELOG.md index c05b6ed4..523b81cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.11.0] - 2021-01-26 +- Merge `telemetry` module into `telemetry-core` +- Remove erroneous `module-info.class` from `telemetry-core` jar + ## [0.10.0] - 2021-01-08 - Deprecated endpoint and endpointWithPath APIs have been removed - Add the notion of a notification handler to capture feedback from the TelemetryClient diff --git a/README.md b/README.md index b7dd24c4..5794b03c 100644 --- a/README.md +++ b/README.md @@ -37,20 +37,20 @@ Maven dependencies: com.newrelic.telemetry telemetry-core - 0.10.0 + 0.11.0 com.newrelic.telemetry telemetry-http-okhttp - 0.10.0 + 0.11.0 ``` Gradle dependencies: ``` -implementation("com.newrelic.telemetry:telemetry-core:0.10.0") -implementation("com.newrelic.telemetry:telemetry-http-okhttp:0.10.0") +implementation("com.newrelic.telemetry:telemetry-core:0.11.0") +implementation("com.newrelic.telemetry:telemetry-http-okhttp:0.11.0") ``` Take a look at the example code in the [telemetry_examples](telemetry_examples) module. diff --git a/gradle.properties b/gradle.properties index c9ba99e5..48c4fb78 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ # Here is where we manage the version group=com.newrelic.telemetry -version=0.11.0 +version=0.12.0 # Set this to true to enable using a local sonatype (for debugging publishing issues) # Start a local sonatype in docker with this command: