From e48518c17d661a9b7145fd41ab9179cba2f77ece Mon Sep 17 00:00:00 2001 From: Greg Schueler Date: Fri, 16 Sep 2022 15:18:12 -0700 Subject: [PATCH] Release version: 2.0.2 --- CHANGELOG.md | 8 +++++--- docs/_config.yml | 2 +- docs/changes.md | 7 +++++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e03bec..607fb402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -## unreleased +## 2.0.2 -* `rd projects archives`: Add --file to ensure backward compatibility #473 -* Fix a signing issue for RPM artifacts #478 +* `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) ## 2.0.1 diff --git a/docs/_config.yml b/docs/_config.yml index 18653014..a538f81f 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.1 +app_version: 2.0.2 # Build settings markdown: kramdown theme: minima diff --git a/docs/changes.md b/docs/changes.md index c300c102..1f1c4198 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -4,6 +4,13 @@ title: Change Log permalink: /changes/ --- +## 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) + ## 2.0.1 * Fix [Issue #458](https://github.com/rundeck/rundeck-cli/issues/458) space separated scm scm perform options not working