Skip to content

Commit

Permalink
chore(release): release v2.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit authored and noahmmcgivern committed Mar 1, 2024
1 parent 8b87e67 commit 5d3232e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="v2.26.1"></a>
## [v2.26.1] - 2024-03-01
### Bug Fixes
- Logger string interpolation ([#1104](https://github.com/newrelic/newrelic-client-go/issues/1104)) ([#1105](https://github.com/newrelic/newrelic-client-go/issues/1105))

<a name="v2.26.0"></a>
## [v2.26.0] - 2024-02-28
### Bug Fixes
Expand Down Expand Up @@ -1707,7 +1712,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.26.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.26.1...HEAD
[v2.26.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.26.0...v2.26.1
[v2.26.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.25.0...v2.26.0
[v2.25.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.24.0...v2.25.0
[v2.24.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.23.0...v2.24.0
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version of this library
const Version string = "2.26.0"
const Version string = "2.26.1"

0 comments on commit 5d3232e

Please sign in to comment.