We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1479e3e commit de67911Copy full SHA for de67911
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## vNext
4
5
+## v0.7.2
6
+- Update dependencies `keyring` and `importlib-metadata`
7
+ ([pull/52](https://github.com/vlaci/openconnect-sso/pull/52))
8
+
9
## v0.7.1
10
11
- Do not fail if keyring is not accessible
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "openconnect-sso"
-version = "0.7.1"
+version = "0.7.2"
description = "Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication to Cisco SSL-VPNs"
license = "GPL-3.0-only"
authors = ["László Vaskó <[email protected]>"]
0 commit comments