We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c508d37 commit e6c31e1Copy full SHA for e6c31e1
CHANGELOG.md
@@ -2,9 +2,13 @@
2
3
## vNext
4
5
+## v0.6.3
6
+
7
- Updating `poetry2nix` to fix build on `nixpkgs-unstable`
8
([issues/40](https://github.com/vlaci/openconnect-sso/issues/40),
9
[pull/41](https://github.com/vlaci/openconnect-sso/pull/41))
10
+- Relax `structlog`'s version restriction
11
+ ([pull/44](https://github.com/vlaci/openconnect-sso/pull/44))
12
13
## v0.6.2
14
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "openconnect-sso"
-version = "0.6.2"
+version = "0.6.3"
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