diff --git a/galaxy.yml b/galaxy.yml index 4c7e945d..7d9257aa 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ authors: - Max Hösel build_ignore: - '*.tar.gz' -- '.venv*' +- .venv* - .github - .tox - .pytest_cache @@ -22,4 +22,4 @@ tags: - smallstep - ca - certificates -version: 0.21.5 +version: 0.22.0 diff --git a/plugins/module_utils/constants.py b/plugins/module_utils/constants.py index 3800aaf3..ad4412ab 100644 --- a/plugins/module_utils/constants.py +++ b/plugins/module_utils/constants.py @@ -1,2 +1,2 @@ -COLLECTION_VERSION = "0.21.5" +COLLECTION_VERSION = "0.22.0" COLLECTION_REPO = "https://github.com/maxhoesel-ansible/ansible-collection-smallstep"