Skip to content

Commit

Permalink
chore(release): release v2.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed Jul 3, 2024
1 parent cb2e3bf commit 13afc02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<a name="v2.40.0"></a>
## [v2.40.0] - 2024-07-03
### Features
- **nrqldroprules:** Added `GetDropRuleByID` function to fetch a droprule by specified ID ([#1183](https://github.com/newrelic/newrelic-client-go/issues/1183))

<a name="v2.39.1"></a>
## [v2.39.1] - 2024-06-28
## [v2.39.1] - 2024-07-01
### Bug Fixes
- **entities:** manual adjustments were needed for some dashboard types (pointers)

Expand Down Expand Up @@ -1826,7 +1831,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.39.1...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.40.0...HEAD
[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
[v2.39.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.38.0...v2.39.0
[v2.38.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.37.1...v2.38.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.39.1"
const Version string = "2.40.0"

0 comments on commit 13afc02

Please sign in to comment.