diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a8ea06..858f02b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## vNext +## v0.6.2 + +- Updating dependencies to newer versions +- `python-keyring` is updated to 22.0.1 to fix Arch Linux (AUR) packaging + ## v0.6.1 - Use "modern" style authentication header diff --git a/pyproject.toml b/pyproject.toml index d825cf0..9392da3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openconnect-sso" -version = "0.6.1" +version = "0.6.2" description = "Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication to Cisco SSL-VPNs" license = "GPL-3.0-only" authors = ["László Vaskó "]