Skip to content

Commit

Permalink
chore(release): release v2.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed Aug 12, 2024
1 parent 4acfff3 commit cbe3e4c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="v2.43.0"></a>
## [v2.43.0] - 2024-08-12
### Features
- **alerts:** add support for `ignoreOnExpectedTermination` in `expiration` to NRQL alert conditions ([#1180](https://github.com/newrelic/newrelic-client-go/issues/1180))
- **alerts:** add support for `titleTemplate` to NRQL alert conditions ([#1141](https://github.com/newrelic/newrelic-client-go/issues/1141))
- **automation:** report when NerdGraph API endpoints change signatures (i.e. breaking changes)

<a name="v2.42.1"></a>
## [v2.42.1] - 2024-08-07
### Bug Fixes
Expand Down Expand Up @@ -1863,7 +1870,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.42.1...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.43.0...HEAD
[v2.43.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.42.1...v2.43.0
[v2.42.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.42.0...v2.42.1
[v2.42.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.3...v2.42.0
[v2.41.3]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.2...v2.41.3
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.42.1"
const Version string = "2.43.0"

0 comments on commit cbe3e4c

Please sign in to comment.