From 2a679c8c0fb222fe822e31aade05514788585f9c Mon Sep 17 00:00:00 2001 From: Alberto Hormazabal Date: Thu, 22 Sep 2022 11:05:15 -0300 Subject: [PATCH] Release version: 2.0.3 --- CHANGELOG.md | 7 +++++++ docs/_config.yml | 2 +- docs/changes.md | 8 +++++++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff6ec75..2bbb7b91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.0.3 + +* Fix [Issue #474](https://github.com/rundeck/rundeck-cli/issues/474) add --force option for execution abort +* Fix: Add --file to ensure backward compatibility + +[Changes](https://github.com/rundeck/rundeck-cli/compare/v2.0.2...v2.0.3) + ## 2.0.2 * Fix a signing issue for RPM artifacts [Issue #478](https://github.com/rundeck/rundeck-cli/issues/478) diff --git a/docs/_config.yml b/docs/_config.yml index a538f81f..51132c1c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -22,7 +22,7 @@ url: "https://rundeck.github.io" # the base hostname & protocol for your site, e twitter_username: rundeck github_username: rundeck github_url: https://github.com/rundeck/rundeck-cli -app_version: 2.0.2 +app_version: 2.0.3 # Build settings markdown: kramdown theme: minima diff --git a/docs/changes.md b/docs/changes.md index 1f1c4198..47b9ff6d 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -4,9 +4,15 @@ title: Change Log permalink: /changes/ --- +## 2.0.3 + +* Fix [Issue #474](https://github.com/rundeck/rundeck-cli/issues/474) add --force option for execution abort +* Fix: Add --file to ensure backward compatibility + +[Changes](https://github.com/rundeck/rundeck-cli/compare/v2.0.2...v2.0.3) + ## 2.0.2 -* `rd projects archives`: Add --file to ensure backward compatibility [Issue #473](https://github.com/rundeck/rundeck-cli/issues/473) * Fix a signing issue for RPM artifacts [Issue #478](https://github.com/rundeck/rundeck-cli/issues/478) [Changes](https://github.com/rundeck/rundeck-cli/compare/v2.0.1...v2.0.2)