diff --git a/CHANGELOG.md b/CHANGELOG.md index a2363ea49..0d4001131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ + +## [v0.87.1] - 2024-06-06 ## [v0.87.0] - 2024-06-06 ### Features @@ -2305,7 +2307,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.87.0...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-cli/compare/v0.87.1...HEAD +[v0.87.1]: https://github.com/newrelic/newrelic-cli/compare/v0.87.0...v0.87.1 [v0.87.0]: https://github.com/newrelic/newrelic-cli/compare/v0.86.2...v0.87.0 [v0.86.2]: https://github.com/newrelic/newrelic-cli/compare/v0.86.1...v0.86.2 [v0.86.1]: https://github.com/newrelic/newrelic-cli/compare/v0.86.0...v0.86.1 diff --git a/newrelic-cli.json b/newrelic-cli.json index 25fa27fbc..7b1e67d44 100644 --- a/newrelic-cli.json +++ b/newrelic-cli.json @@ -1,12 +1,12 @@ { - "version": "0.87.0", + "version": "0.87.1", "architecture": { "64bit": { - "url": "https://github.com/newrelic/newrelic-cli/releases/download/v0.87.0/newrelic-cli_0.87.0_Windows_x86_64.zip", + "url": "https://github.com/newrelic/newrelic-cli/releases/download/v0.87.1/newrelic-cli_0.87.1_Windows_x86_64.zip", "bin": [ "newrelic.exe" ], - "hash": "1ab3a6c65fe89a997d900068d6a2d5468a7cbfc48cdacf617ca98c013bff38f3" + "hash": "d30429bfe218c49ee385c4f31505276c2d2fcbaf7bc1c8bbaeed7e425c441949" } }, "homepage": "https://github.com/newrelic/newrelic-cli",