Skip to content

Commit

Permalink
mitmproxy 10.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mitmproxy release bot committed Nov 14, 2023
1 parent 5001241 commit 1828092
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion mitmproxy/version.py
Expand Up @@ -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
Expand Down

0 comments on commit 1828092

Please sign in to comment.