Skip to content

Commit

Permalink
chore(release): release v2.41.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed Aug 5, 2024
1 parent 81c37b2 commit d040aee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="v2.41.3"></a>
## [v2.41.3] - 2024-08-01
### Bug Fixes
- change datatypes of to and from in line and table thresholds from float64 to string ([#1199](https://github.com/newrelic/newrelic-client-go/issues/1199))
- **entity:** regenerated 'entity' query max depth of 4 ([#1196](https://github.com/newrelic/newrelic-client-go/issues/1196))

<a name="v2.41.2"></a>
## [v2.41.2] - 2024-07-15
### Bug Fixes
Expand Down Expand Up @@ -1847,7 +1853,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.2...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.3...HEAD
[v2.41.3]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.2...v2.41.3
[v2.41.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.1...v2.41.2
[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
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.41.2"
const Version string = "2.41.3"

0 comments on commit d040aee

Please sign in to comment.