Skip to content

Commit f1d30f1

Browse files
committed
Version 5.2.1
1 parent 40fc694 commit f1d30f1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ Changelog
22
=========
33

44

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+
512
5.2.0 (2024-02-17)
613
------------------
714
- Add option in hashivault_init to pass only `secret_*` or `recovery_*`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='ansible-modules-hashivault',
19-
version='5.2.0',
19+
version='5.2.1',
2020
description='Ansible Modules for Hashicorp Vault',
2121
long_description=long_description,
2222
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)