From 9ce8de572a73d515de4620e5944d7eafbf8370f0 Mon Sep 17 00:00:00 2001
From: nr-developer-toolkit
<62031461+nr-developer-toolkit@users.noreply.github.com>
Date: Wed, 30 Aug 2023 12:24:21 +0000
Subject: [PATCH] chore(changelog): update CHANGELOG for v0.71.0
---
CHANGELOG.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 347f85568..4f6907911 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+## [v0.71.0] - 2023-08-30
+### Features
+- **synthetics:** addition of a command to run automated tests on monitors ([#1508](https://github.com/newrelic/newrelic-cli/issues/1508))
+
## [v0.70.0] - 2023-08-21
### Features
@@ -2097,7 +2102,8 @@
- **profile:** Enable reading of profiles and use Region/APIKey from default profile
- **profile:** Add listing of profiles to command
-[Unreleased]: https://github.com/newrelic/newrelic-cli/compare/v0.70.0...HEAD
+[Unreleased]: https://github.com/newrelic/newrelic-cli/compare/v0.71.0...HEAD
+[v0.71.0]: https://github.com/newrelic/newrelic-cli/compare/v0.70.0...v0.71.0
[v0.70.0]: https://github.com/newrelic/newrelic-cli/compare/v0.69.0...v0.70.0
[v0.69.0]: https://github.com/newrelic/newrelic-cli/compare/v0.68.25...v0.69.0
[v0.68.25]: https://github.com/newrelic/newrelic-cli/compare/v0.68.24...v0.68.25