Skip to content

Commit 85b6a9d

Browse files
authored
Merge pull request #335 from newrelic/post-0180
Post v0.18 tasks
2 parents c907012 + 683586f commit 85b6a9d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.18.0] 2025-08-07
8+
- Provide backoff configuration for all calls
9+
710
## [0.17.0] 2025-07-10
811
- Add methods to the `Attributes` class: `containsKey`, `remove`
912

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Here is where we manage the version
77
group=com.newrelic.telemetry
8-
version=0.18.0
8+
version=0.19.0
99

1010
# Set this to true to enable using a local sonatype (for debugging publishing issues)
1111
# Start a local sonatype in docker with this command:

0 commit comments

Comments
 (0)