diff --git a/CHANGELOG.md b/CHANGELOG.md index d42c1403f..9e76381ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ + +## [v2.17.0] - 2023-03-22 +### Features +- Update servicelevel schema ([#1012](https://github.com/newrelic/newrelic-client-go/issues/1012)) + -## [v2.16.0] - 2023-03-10 +## [v2.16.0] - 2023-03-15 ### Features - **account_management:** added account management api and test cases @@ -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 diff --git a/internal/version/version.go b/internal/version/version.go index 18b42e577..ed1f36d7f 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ package version // Version of this library -const Version string = "2.16.0" +const Version string = "2.17.0"