Skip to content

Commit

Permalink
Merge pull request #40 from newrelic/0.2.0_release_branch
Browse files Browse the repository at this point in the history
release version 0.2.0
  • Loading branch information
breedx-nr authored Sep 10, 2019
2 parents 940e5f8 + 957a382 commit b08af2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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).

## [Unreleased]
- TBD, maybe filtering attributes
- TBD

## [0.2.0] - 2019-09-10
- Added : The capability to filter metric attributes
- Changed: Sightly tweaked the metric and attribute naming schemes
- Added : The reporter logs a message when it starts up
- Added : Generated metrics include metadata about the reporter in attributes.

## [0.1.1] - 2019-08-26
- Initial public release of the New Relic dimensional-metrics-based Dropwizard Reporter
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ please visit [the exporter specs documentation repo](https://github.com/newrelic

`build.gradle:`
```
compile("com.newrelic.telemetry:dropwizard-metrics-newrelic:0.1.1")
compile("com.newrelic.telemetry:dropwizard-metrics-newrelic:0.2.0")
compile("com.newrelic.telemetry:telemetry-http-okhttp:0.3.1")
```

or if you're using kotlin build gradle...

`build.gradle.kts:`
```
implementation("com.newrelic.telemetry:dropwizard-metrics-newrelic:0.1.1")
implementation("com.newrelic.telemetry:dropwizard-metrics-newrelic:0.2.0")
implementation("com.newrelic.telemetry:telemetry-http-okhttp:0.3.1")
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releaseVersion = 0.2.0-SNAPSHOT
releaseVersion = 0.2.0

# set this to true to enable using a local sonatype (for debugging publishing issues)
# (start a local sonatype in docker with this command: $ docker run -d -p 8081:8081 --name nexus sonatype/nexus3)
Expand Down

0 comments on commit b08af2c

Please sign in to comment.