Version 4.6.7

This commit is contained in:
Terry Howe 2022-02-08 06:46:31 -07:00
parent c2bc99760a
commit 2b91b37f8a
2 changed files with 10 additions and 1 deletions

View File

@ -2,6 +2,15 @@ Changelog
=========
4.6.7 (2022-02-08)
------------------
- Fix db_secret_engine_config idempotency for password policy and non-
default mount point. [ayav09]
- Fix hashivault_db_secret_engine_role delete idempotency. [ayav09]
- Readme updates. [ayav09]
- Specify type for states. [Terry Howe]
4.6.6 (2022-02-06)
------------------
- Set no_log for a few things. [Terry Howe]

View File

@ -16,7 +16,7 @@ long_description = open('README.rst', 'r').read()
setup(
name='ansible-modules-hashivault',
version='4.6.6',
version='4.6.7',
description='Ansible Modules for Hashicorp Vault',
long_description=long_description,
long_description_content_type='text/x-rst',