diff --git a/CHANGELOG.md b/CHANGELOG.md index 4005305..a19b672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +* v1.1.12 + - Add validating https support via `__sshified_use_https=1` + - Rename old `?__sshified_use_insecure_https=1` to `__sshified_https_insecure_skip_verify=1` * v1.1.11 - Add non-validating https support via `?__sshified_use_insecure_https=1` URL parameter - Update vendored dependencies diff --git a/VERSION b/VERSION index 9ee1f78..ccad953 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.11 +1.1.12