aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.md7
-rw-r--r--sproxy2.cabal2
2 files changed, 8 insertions, 1 deletions
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