Skip to content

Commit

Permalink
chore(release): release v2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed Dec 19, 2023
1 parent 38b50be commit 0031c36
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.23.0"></a>
## [v2.23.0] - 2023-12-18
### Features
- **synthetics:** addition of mutations for the monitor downtime feature ([#1070](https://github.com/newrelic/newrelic-client-go/issues/1070))

<a name="v2.22.2"></a>
## [v2.22.2] - 2023-11-14
### Bug Fixes
Expand Down Expand Up @@ -1684,7 +1689,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.22.2...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.23.0...HEAD
[v2.23.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.22.2...v2.23.0
[v2.22.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.22.1...v2.22.2
[v2.22.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.22.0...v2.22.1
[v2.22.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.21.2...v2.22.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.22.2"
const Version string = "2.23.0"

0 comments on commit 0031c36

Please sign in to comment.