Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #142 from newrelic/post-release
Browse files Browse the repository at this point in the history
Update to telemetry sdk 0.13.2 to address CVE-2022-25647
  • Loading branch information
jasonjkeller committed May 27, 2022
2 parents d20507d + 6a50508 commit ab5d0a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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.9.0] - TBD
## [0.10.0] - TBD

## [0.9.0] - 2022-05-27
- Update to telemetry sdk 0.13.2 to address [CVE-2022-25647](https://github.com/advisories/GHSA-4jrv-ppp4-jm57)

## [0.8.0] - 2021-06-09
- add `useLicenseKey` option to NewRelicRegistryConfig. The registry will now accept a New Relic license key to report data. Thank you [Greg Eales](https://github.com/0x006EA1E5)!
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ custom events. This implementation is intended to supersede that, as [dimensiona

1) via gradle:

`implementation 'com.newrelic.telemetry:micrometer-registry-new-relic:0.8.0'`
`implementation 'com.newrelic.telemetry:micrometer-registry-new-relic:0.9.0'`

Note: you might need to also include a dependency on micrometer-core itself, for example:

Expand All @@ -31,7 +31,7 @@ custom events. This implementation is intended to supersede that, as [dimensiona
<dependency>
<groupId>com.newrelic.telemetry</groupId>
<artifactId>micrometer-registry-new-relic</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
</dependency>
```

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.9.0
releaseVersion = 0.10.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 ab5d0a8

Please sign in to comment.