Skip to content

Commit

Permalink
mitmproxy 10.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitmproxy release bot committed Jan 21, 2024
1 parent 09f4719 commit d75dc95
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 @@ -7,6 +7,10 @@

## Unreleased: mitmproxy next



## 21 January 2024: mitmproxy 10.2.2

* Fix a regression where clientplayback would break due to eager task execution.
([#6605](https://github.com/mitmproxy/mitmproxy/pull/6605), @mhils)
* Fix a regression where WebSocket connections would break due to eager task execution.
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.2.2"
MITMPROXY = "mitmproxy " + VERSION

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

0 comments on commit d75dc95

Please sign in to comment.