aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG3
-rw-r--r--mitmproxy/version.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 80435375..4cfc411d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+13 April 2020: mitmproxy 5.1.1
+ * Fixed Docker images not starting due to missing shell
+
13 April 2020: mitmproxy 5.1
** Major Changes **
diff --git a/mitmproxy/version.py b/mitmproxy/version.py
index 82368296..e79a7c56 100644
--- a/mitmproxy/version.py
+++ b/mitmproxy/version.py
@@ -2,7 +2,7 @@ import os
import subprocess
import sys
-VERSION = "6.0.0.dev"
+VERSION = "5.1.1"
PATHOD = "pathod " + VERSION
MITMPROXY = "mitmproxy " + VERSION