From eb793d88394bb59e19128cacfd752105e9af0b6a Mon Sep 17 00:00:00 2001 From: Russel Vela Date: Fri, 16 Feb 2024 12:18:58 -0600 Subject: [PATCH] feat(release): Bumps version to 1.0.3 --- CHANGELOG.md | 2 ++ galaxy.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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