From 18280927b44b169db954eb2ff6ff92aeb2baabe6 Mon Sep 17 00:00:00 2001 From: mitmproxy release bot Date: Tue, 14 Nov 2023 12:54:48 +0000 Subject: [PATCH] mitmproxy 10.1.5 --- CHANGELOG.md | 4 ++++ mitmproxy/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db64bfc55d..74b1ac460f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased: mitmproxy next + + +## 14 November 2023: mitmproxy 10.1.5 + * Remove stray `replay-extra` from CLI status bar. ([37d62ce](https://github.com/mitmproxy/mitmproxy/commit/37d62ce73ebd57780cff5ecf8b2ee57ec7d8ab30), @mhils) diff --git a/mitmproxy/version.py b/mitmproxy/version.py index 5e84f10e8e..5d37b133b7 100644 --- a/mitmproxy/version.py +++ b/mitmproxy/version.py @@ -2,7 +2,7 @@ import subprocess import sys -VERSION = "11.0.0.dev" +VERSION = "10.1.5" MITMPROXY = "mitmproxy " + VERSION # Serialization format version. This is displayed nowhere, it just needs to be incremented by one