Skip to content

Commit

Permalink
chore(release): release v2.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed Mar 20, 2024
1 parent a83df8a commit bfc7a92
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="v2.27.0"></a>
## [v2.27.0] - 2024-03-20
### Bug Fixes
- Logger string interpolation ([#1104](https://github.com/newrelic/newrelic-client-go/issues/1104))
- **nrdb:** update to nrdb query to include more options ([#1110](https://github.com/newrelic/newrelic-client-go/issues/1110))

### Features
- synthetic monitors `MUTED` status EOL in newrelic-client-go ([#1102](https://github.com/newrelic/newrelic-client-go/issues/1102))
- **dashboards:** Added ignore time picker as options field to the dashboard variables ([#1106](https://github.com/newrelic/newrelic-client-go/issues/1106))
- **synthetics:** addition of support for next-gen runtime to step, cert check, broken links monitors ([#1114](https://github.com/newrelic/newrelic-client-go/issues/1114))

<a name="v2.26.1"></a>
## [v2.26.1] - 2024-03-01
### Bug Fixes
Expand Down Expand Up @@ -1712,7 +1723,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.1...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.27.0...HEAD
[v2.27.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.26.1...v2.27.0
[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
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.1"
const Version string = "2.27.0"

0 comments on commit bfc7a92

Please sign in to comment.