Skip to content

Commit

Permalink
Merge pull request #281 from newrelic/release-0-13-0
Browse files Browse the repository at this point in the history
Release 0.13.0
  • Loading branch information
jasonjkeller committed Jan 6, 2022
2 parents 5146159 + b2d3e7c commit aa1eae6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ Maven dependencies:
<dependency>
<groupId>com.newrelic.telemetry</groupId>
<artifactId>telemetry-core</artifactId>
<version>0.12.0</version>
<version>0.13.0</version>
</dependency>
<dependency>
<groupId>com.newrelic.telemetry</groupId>
<artifactId>telemetry-http-okhttp</artifactId>
<version>0.12.0</version>
<version>0.13.0</version>
</dependency>
```

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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aa1eae6

Please sign in to comment.