From b90ae95fbdfc5300d523f3ea68e9470c187ece6b Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 7 Feb 2017 16:33:41 +0300 Subject: Version 1.94.1 --- ChangeLog.md | 7 +++++++ sproxy2.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index d517954..770ed95 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,12 @@ For differences with the original Sproxy scroll down. +1.94.1 +====== + + * Fixed a typo introduced in version 1.94.0 in SQL query: + `... WHERE domain = domain ...` -> `... WHERE domain = :domain ...` + + 1.94.0 ====== diff --git a/sproxy2.cabal b/sproxy2.cabal index 20aa0e7..ca55701 100644 --- a/sproxy2.cabal +++ b/sproxy2.cabal @@ -1,5 +1,5 @@ name: sproxy2 -version: 1.94.0 +version: 1.94.1 synopsis: Secure HTTP proxy for authenticating users via OAuth2 description: Sproxy is secure by default. No requests makes it to the backend -- cgit v1.2.3