From 0cd6cf4150885306a28b7e9a85b4a92c9d22ba15 Mon Sep 17 00:00:00 2001
From: nr-developer-toolkit
<62031461+nr-developer-toolkit@users.noreply.github.com>
Date: Wed, 7 Aug 2024 11:22:16 +0000
Subject: [PATCH] chore(release): release v2.42.1
---
CHANGELOG.md | 8 +++++++-
internal/version/version.go | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2290003f..24ff3536b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+## [v2.42.1] - 2024-08-07
+### Bug Fixes
+- **synthetics:** alter []SyntheticsCustomHeaderInput to allow empty custom headers in the request ([#1203](https://github.com/newrelic/newrelic-client-go/issues/1203))
+
## [v2.42.0] - 2024-08-07
### Features
@@ -1858,7 +1863,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package
-[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.42.0...HEAD
+[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.42.1...HEAD
+[v2.42.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.42.0...v2.42.1
[v2.42.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.3...v2.42.0
[v2.41.3]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.2...v2.41.3
[v2.41.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.1...v2.41.2
diff --git a/internal/version/version.go b/internal/version/version.go
index 295c42a96..3f39b2edf 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -1,4 +1,4 @@
package version
// Version of this library
-const Version string = "2.42.0"
+const Version string = "2.42.1"