diff --git a/CHANGELOG.md b/CHANGELOG.md index 59642b4c..0f54aaf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - Coming soon: traces/spans -## [0.2.0] - 2019-09-01 +## [0.2.1] - 2019-08-26 ### Initial public release of the SDK - Support for sending dimensional metrics to New Relic. - Reference implementations of the `HttpPoster` and `MetricJsonGenerator` using `okhttp` and `gson` respectively. diff --git a/gradle.properties b/gradle.properties index 9f34b9c9..4b19cc59 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Here is where we manage the version -releaseVersion=0.2.1-SNAPSHOT +releaseVersion=0.2.1 # Set this to true to enable using a local sonatype (for debugging publishing issues) # Start a local sonatype in docker with this command: