From 515403fbd21358c9c229c45447005e239587f346 Mon Sep 17 00:00:00 2001 From: NSSPKrishna Date: Thu, 5 Sep 2024 15:59:51 +0530 Subject: [PATCH] doc: Update changelog for v2.5.1 --- CHANGELOG.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bae488..74e7dfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ + +## [v2.5.1] - 2024-09-04 +### Bug Fixes +- Storing deploymentId to setOuput instead of setEnv ([#70](https://github.com/newrelic/deployment-marker-action/issues/70)) + -## [v2.5.0] - 2023-10-30 +## [v2.5.0] - 2023-11-01 ### Documentation Updates - fix deep link parameter casing ([#49](https://github.com/newrelic/deployment-marker-action/issues/49)) @@ -27,10 +32,10 @@ ## [v2.0.0] - 2023-01-31 - -## [v1.0.0] - 2020-05-21 ## [v1] - 2020-05-21 + +## [v1.0.0] - 2020-05-21 ### Bug Fixes - **docs:** Update example changelog URL to correct path on Github - **vars:** Make accountId required, update flows and docs @@ -73,15 +78,16 @@ ### Features - New Relic deployment marker action -[Unreleased]: https://github.com/newrelic/deployment-marker-action/compare/v2.5.0...HEAD +[Unreleased]: https://github.com/newrelic/deployment-marker-action/compare/v2.5.1...HEAD +[v2.5.1]: https://github.com/newrelic/deployment-marker-action/compare/v2.5.0...v2.5.1 [v2.5.0]: https://github.com/newrelic/deployment-marker-action/compare/v2.4.0...v2.5.0 [v2.4.0]: https://github.com/newrelic/deployment-marker-action/compare/v2.3.0...v2.4.0 [v2.3.0]: https://github.com/newrelic/deployment-marker-action/compare/v2.2.0...v2.3.0 [v2.2.0]: https://github.com/newrelic/deployment-marker-action/compare/v2.1.0...v2.2.0 [v2.1.0]: https://github.com/newrelic/deployment-marker-action/compare/v2.0.0...v2.1.0 -[v2.0.0]: https://github.com/newrelic/deployment-marker-action/compare/v1.0.0...v2.0.0 -[v1.0.0]: https://github.com/newrelic/deployment-marker-action/compare/v1...v1.0.0 -[v1]: https://github.com/newrelic/deployment-marker-action/compare/v0.2.0...v1 +[v2.0.0]: https://github.com/newrelic/deployment-marker-action/compare/v1...v2.0.0 +[v1]: https://github.com/newrelic/deployment-marker-action/compare/v1.0.0...v1 +[v1.0.0]: https://github.com/newrelic/deployment-marker-action/compare/v0.2.0...v1.0.0 [v0.2.0]: https://github.com/newrelic/deployment-marker-action/compare/v0.1.2...v0.2.0 [v0.1.2]: https://github.com/newrelic/deployment-marker-action/compare/v0.1.1...v0.1.2 [v0.1.1]: https://github.com/newrelic/deployment-marker-action/compare/v0.1.0...v0.1.1