Skip to content

Commit c50cac4

Browse files
authored
Merge pull request #330 from newrelic/post-release
Post release updates
2 parents 1d86a6c + a1b3944 commit c50cac4

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.17.0] 2025-07-10
8+
- Add methods to the `Attributes` class: `containsKey`, `remove`
9+
10+
## [0.16.0] 2023-10-20
11+
- Update Utils.generateUUID() to generate UUIDs conforming to RFC 4122 V4 by @tmancill in #300
12+
- Updating okhttp dependency by @meiao in #311
13+
714
## [0.15.0] 2022-06-15
815
- Update `BatchDataSender` to log the cause of `IOException`.
916
- Update to okhttp 4.10.0 to address [CVE-2020-29582](https://github.com/advisories/GHSA-cqj8-47ch-rvvq).

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.17.0
8+
version=0.18.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)