We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fc694 commit f1d30f1Copy full SHA for f1d30f1
CHANGELOG.rst
@@ -2,6 +2,13 @@ Changelog
2
=========
3
4
5
+5.2.1 (2024-02-20)
6
+------------------
7
+- Add utf-8 encoding. [Terry Howe]
8
+- Updating shebang. [Grzegorz Bialas]
9
+- Hacky fix for docs. [Terry Howe]
10
+
11
12
5.2.0 (2024-02-17)
13
------------------
14
- Add option in hashivault_init to pass only `secret_*` or `recovery_*`
setup.py
@@ -16,7 +16,7 @@
16
17
setup(
18
name='ansible-modules-hashivault',
19
- version='5.2.0',
+ version='5.2.1',
20
description='Ansible Modules for Hashicorp Vault',
21
long_description=long_description,
22
long_description_content_type='text/x-rst',
0 commit comments