Skip to content

Commit

Permalink
chore(release): release v2.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed Nov 5, 2024
1 parent ae558bb commit d27302b
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.51.1"></a>
## [v2.51.1] - 2024-11-05
### Bug Fixes
- **goreleaser:** print goreleaser version ([#1252](https://github.com/newrelic/newrelic-client-go/issues/1252))

<a name="v2.51.0"></a>
## [v2.51.0] - 2024-11-04
### Features
Expand Down Expand Up @@ -1942,7 +1947,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.51.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.51.1...HEAD
[v2.51.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.51.0...v2.51.1
[v2.51.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.50.1...v2.51.0
[v2.50.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.50.0...v2.50.1
[v2.50.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.49.0...v2.50.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.51.0"
const Version string = "2.51.1"

0 comments on commit d27302b

Please sign in to comment.