Skip to content

Commit

Permalink
chore(release): release v2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed Mar 22, 2023
1 parent 85a736c commit f2ea03b
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.17.0"></a>
## [v2.17.0] - 2023-03-22
### Features
- Update servicelevel schema ([#1012](https://github.com/newrelic/newrelic-client-go/issues/1012))

<a name="v2.16.0"></a>
## [v2.16.0] - 2023-03-10
## [v2.16.0] - 2023-03-15
### Features
- **account_management:** added account management api and test cases

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

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.16.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.17.0...HEAD
[v2.17.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.16.0...v2.17.0
[v2.16.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.15.1...v2.16.0
[v2.15.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.15.0...v2.15.1
[v2.15.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.14.0...v2.15.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.16.0"
const Version string = "2.17.0"

0 comments on commit f2ea03b

Please sign in to comment.