We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c907012 + 683586f commit 85b6a9dCopy full SHA for 85b6a9d
2 files changed
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.18.0] 2025-08-07
8
+- Provide backoff configuration for all calls
9
+
10
## [0.17.0] 2025-07-10
11
- Add methods to the `Attributes` class: `containsKey`, `remove`
12
gradle.properties
@@ -5,7 +5,7 @@
# Here is where we manage the version
group=com.newrelic.telemetry
-version=0.18.0
+version=0.19.0
# Set this to true to enable using a local sonatype (for debugging publishing issues)
# Start a local sonatype in docker with this command:
0 commit comments