diff options
-rw-r--r-- | Changelog.md | 8 | ||||
-rw-r--r-- | releases/1.2.19-maven.yaml | 5 |
2 files changed, 12 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 6730c23..805f67c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -126,7 +126,13 @@ All notable changes to this project will be documented in this file. - https://jira.onap.org/browse/VNFSDK-714 ## [1.2.18] -- Add oclip command to trigger pm_dictionary validation + +## Added +- oclip command to trigger pm_dictionary validation - https://jira.onap.org/browse/VNFSDK-721 ## [1.2.19] + +## Added +- Possibility to use a signature in PKCS7 format for individual artifact in manifest file. + - https://jira.onap.org/browse/VNFSDK-714 diff --git a/releases/1.2.19-maven.yaml b/releases/1.2.19-maven.yaml new file mode 100644 index 0000000..926a003 --- /dev/null +++ b/releases/1.2.19-maven.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: maven +version: '1.2.19' +project: 'vnfsdk-validation' +log_dir: 'vnfsdk-validation-maven-stage-master/582' |