diff --git a/CHANGELOG.md b/CHANGELOG.md index 5030781..c6d326f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Version History +##### 1.0.3 +* Updates vcert dependency to v0.17.0 to fix a mismatch between requirements.txt and setup.py dependencies that impacted the collection #### 1.0.2 * Fixes an issue with csr origin service and private key types * Updates vcert dependency to v0.16.2 diff --git a/galaxy.yml b/galaxy.yml index 3666007..ceea0bf 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: venafi name: machine_identity # The version of the collection. Must be compatible with semantic versioning -version: 1.0.2 +version: 1.0.3 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md