Skip to content

Commit

Permalink
mitmproxy 10.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mitmproxy release bot committed Mar 7, 2024
1 parent 0f7f0d0 commit 13f4210
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

## Unreleased: mitmproxy next



## 07 March 2024: mitmproxy 10.2.4

* Fix a bug where errors during startup would not be displayed when running mitmproxy.
([#6719](https://github.com/mitmproxy/mitmproxy/pull/6719), @mhils)
* Use newer cryptography APIs to avoid CryptographyDeprecationWarnings.
Expand Down
2 changes: 1 addition & 1 deletion mitmproxy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess
import sys

VERSION = "11.0.0.dev"
VERSION = "10.2.4"
MITMPROXY = "mitmproxy " + VERSION

# Serialization format version. This is displayed nowhere, it just needs to be incremented by one
Expand Down

0 comments on commit 13f4210

Please sign in to comment.