From e6ea18795ce2a662166bdc9e55bb1a545347ee71 Mon Sep 17 00:00:00 2001 From: nr-developer-toolkit <62031461+nr-developer-toolkit@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:18:41 +0000 Subject: [PATCH] chore(release): release v2.45.0 --- CHANGELOG.md | 8 +++++++- internal/version/version.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1526f4f2a..411c4531a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [v2.45.0] - 2024-09-10 +### Features +- **synthetics:** adds `browsers` `devices` fields to some synthetics mutations, queries ([#1198](https://github.com/newrelic/newrelic-client-go/issues/1198)) + ## [v2.44.0] - 2024-09-02 ### Features @@ -1885,7 +1890,8 @@ - extract paging implementation - rename packages for clarity, promote Config to the public package -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.44.0...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.45.0...HEAD +[v2.45.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.44.0...v2.45.0 [v2.44.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.43.2...v2.44.0 [v2.43.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.43.1...v2.43.2 [v2.43.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.43.0...v2.43.1 diff --git a/internal/version/version.go b/internal/version/version.go index 39523d1fb..964f000cf 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.44.0" +const Version string = "2.45.0"