We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ed927 commit a5e4614Copy full SHA for a5e4614
CHANGELOG.rst
@@ -6,6 +6,7 @@ Changelog
6
7
- Verbosity can now be controlled through ``verbose:`` option in config file
8
- New option ``umask: / --umask / VAULT_CLI_UMASK`` controls permissions of new files (#162)
9
+- Forced dependency pyyaml>=5.3.1 to avoid CVE (#156)
10
11
1.3.1 (2020-04-16)
12
------------------
setup.cfg
@@ -1,7 +1,7 @@
1
[metadata]
2
name = vault-cli
3
description = CLI tool for hashicorp vault
4
-version = 1.4.0.dev0
+version = 1.4.0
5
author = PeopleDoc
author_email = joachim.jablon@people-doc.com
url = https://github.com/peopledoc/vault-cli
0 commit comments