From ec9797ad1c1fec2bac30e8b7166a496f8548228d Mon Sep 17 00:00:00 2001
From: nr-developer-toolkit
<62031461+nr-developer-toolkit@users.noreply.github.com>
Date: Thu, 23 May 2024 19:23:28 +0000
Subject: [PATCH] chore(release): release v2.36.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 90ad38977..1b3a3c865 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+## [v2.36.1] - 2024-05-23
+### Bug Fixes
+- **customeradministration:** change auth_domain filter types in the package to use pointers ([#1134](https://github.com/newrelic/newrelic-client-go/issues/1134))
+
## [v2.36.0] - 2024-05-23
### Features
@@ -1787,7 +1792,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package
-[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.36.0...HEAD
+[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.36.1...HEAD
+[v2.36.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.36.0...v2.36.1
[v2.36.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.35.0...v2.36.0
[v2.35.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.34.1...v2.35.0
[v2.34.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.34.0...v2.34.1
diff --git a/internal/version/version.go b/internal/version/version.go
index 31f70e284..75b9b5ae7 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.36.0"
+const Version string = "2.36.1"