Skip to content

Commit fb8f11c

Browse files
chore(release): release v2.41.1
1 parent da7bf9e commit fb8f11c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="v2.41.1"></a>
2+
## [v2.41.1] - 2024-07-11
3+
### Bug Fixes
4+
- **release:** testing org-wide branch protection rules in release process
5+
- **release:** this is just a test
6+
17
<a name="v2.41.0"></a>
28
## [v2.41.0] - 2024-07-10
39
### Features
@@ -1836,7 +1842,8 @@
18361842
- extract paging implementation
18371843
- rename packages for clarity, promote Config to the public package
18381844

1839-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.0...HEAD
1845+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.1...HEAD
1846+
[v2.41.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.0...v2.41.1
18401847
[v2.41.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.40.0...v2.41.0
18411848
[v2.40.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.39.1...v2.40.0
18421849
[v2.39.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.39.0...v2.39.1

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version of this library
4-
const Version string = "2.41.0"
4+
const Version string = "2.41.1"

0 commit comments

Comments
 (0)