From 6adddda4b69b20d2038761f62ee1e79243a08dec Mon Sep 17 00:00:00 2001
From: nr-developer-toolkit
<62031461+nr-developer-toolkit@users.noreply.github.com>
Date: Tue, 2 May 2023 03:57:17 +0000
Subject: [PATCH] chore(release): release v2.19.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 a52701d7f..18d375a47 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+## [v2.19.0] - 2023-04-28
+### Features
+- **cloud:** update to queries, types to support azure monitor integration from TF ([#1029](https://github.com/newrelic/newrelic-client-go/issues/1029))
+
## [v2.18.1] - 2023-04-18
### Bug Fixes
@@ -1611,7 +1616,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package
-[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.18.1...HEAD
+[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.19.0...HEAD
+[v2.19.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.18.1...v2.19.0
[v2.18.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.18.0...v2.18.1
[v2.18.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.17.1...v2.18.0
[v2.17.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.17.0...v2.17.1
diff --git a/internal/version/version.go b/internal/version/version.go
index f0956968f..fd6f2cff5 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.18.1"
+const Version string = "2.19.0"