From d7da1a8b7e20279e9fd134564dfdf9c493a8cb52 Mon Sep 17 00:00:00 2001
From: nr-developer-toolkit
<62031461+nr-developer-toolkit@users.noreply.github.com>
Date: Mon, 21 Aug 2023 19:05:33 +0000
Subject: [PATCH] chore(changelog): update CHANGELOG for v0.70.0
---
CHANGELOG.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2227acdb4..347f85568 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+## [v0.70.0] - 2023-08-21
+### Features
+- Add support for DiscoveryMode Schema Update ([#1502](https://github.com/newrelic/newrelic-cli/issues/1502))
+
## [v0.69.0] - 2023-08-03
### Features
@@ -2092,7 +2097,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.69.0...HEAD
+[Unreleased]: https://github.com/newrelic/newrelic-cli/compare/v0.70.0...HEAD
+[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
[v0.68.24]: https://github.com/newrelic/newrelic-cli/compare/v0.68.23...v0.68.24