From b1f2a933a104edd62bb4e747c65cfa0b06f806c4 Mon Sep 17 00:00:00 2001
From: nr-developer-toolkit
<62031461+nr-developer-toolkit@users.noreply.github.com>
Date: Thu, 23 May 2024 10:41:54 +0000
Subject: [PATCH] chore(changelog): update CHANGELOG for v0.85.0
---
CHANGELOG.md | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 75f939c87..b6a9661ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [v0.85.0] - 2024-05-23
+### Bug Fixes
+- **change-tracking:** Entity guid validation ([#1605](https://github.com/newrelic/newrelic-cli/issues/1605))
+
+### Features
+- **super-agent:** Skip core bundle if installed ([#1604](https://github.com/newrelic/newrelic-cli/issues/1604))
+
## [v0.84.2] - 2024-04-30
### Bug Fixes
@@ -2277,7 +2285,8 @@
- **profile:** Add listing of profiles to command
- **profile:** Enable reading of profiles and use Region/APIKey from default profile
-[Unreleased]: https://github.com/newrelic/newrelic-cli/compare/v0.84.2...HEAD
+[Unreleased]: https://github.com/newrelic/newrelic-cli/compare/v0.85.0...HEAD
+[v0.85.0]: https://github.com/newrelic/newrelic-cli/compare/v0.84.2...v0.85.0
[v0.84.2]: https://github.com/newrelic/newrelic-cli/compare/v0.84.1...v0.84.2
[v0.84.1]: https://github.com/newrelic/newrelic-cli/compare/v0.84.0...v0.84.1
[v0.84.0]: https://github.com/newrelic/newrelic-cli/compare/v0.83.0...v0.84.0