diff --git a/CHANGELOG.md b/CHANGELOG.md index 833ebf3e7..7a313f557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +## [v2.41.1] - 2024-07-11 +### Bug Fixes +- **release:** testing org-wide branch protection rules in release process +- **release:** this is just a test + ## [v2.41.0] - 2024-07-10 ### Features @@ -1836,7 +1842,8 @@ - extract paging implementation - rename packages for clarity, promote Config to the public package -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.0...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.1...HEAD +[v2.41.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.0...v2.41.1 [v2.41.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.40.0...v2.41.0 [v2.40.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.39.1...v2.40.0 [v2.39.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.39.0...v2.39.1 diff --git a/internal/version/version.go b/internal/version/version.go index 4cfeff722..f44a9e005 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.41.0" +const Version string = "2.41.1"