diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd67785..12f714f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -## unreleased +## 2.0.4 -* Add component options to project archives import #482 -* Update groovy to 3.0.13 #447 +* Add component options to project archives import [Issue #482](https://github.com/rundeck/rundeck-cli/issues/482) +* Update groovy to 3.0.13 [Issue #447](https://github.com/rundeck/rundeck-cli/issues/447) + +[Changes](https://github.com/rundeck/rundeck-cli/compare/v2.0.3...v2.0.4) ## 2.0.3 diff --git a/docs/_config.yml b/docs/_config.yml index 51132c1c..45c53b1c 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.3 +app_version: 2.0.4 # Build settings markdown: kramdown theme: minima diff --git a/docs/changes.md b/docs/changes.md index 47b9ff6d..e887d4ac 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -4,6 +4,13 @@ title: Change Log permalink: /changes/ --- +## 2.0.4 + +* Add component options to project archives import [Issue #482](https://github.com/rundeck/rundeck-cli/issues/482) +* Update groovy to 3.0.13 [Issue #447](https://github.com/rundeck/rundeck-cli/issues/447) + +[Changes](https://github.com/rundeck/rundeck-cli/compare/v2.0.3...v2.0.4) + ## 2.0.3 * Fix [Issue #474](https://github.com/rundeck/rundeck-cli/issues/474) add --force option for execution abort