Skip to content

Commit

Permalink
bump to 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Jun 28, 2022
1 parent c779230 commit 564d439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased: mitmproxy next

## 28 June 2022: mitmproxy 8.1.1

* Support specifying the local address for outgoing connections
([#5364](https://github.com/mitmproxy/mitmproxy/discussions/5364), @meitinger)
* Fix a bug where an excess empty chunk has been sent for chunked HEAD request.
Expand Down
2 changes: 1 addition & 1 deletion mitmproxy/version.py
Expand Up @@ -2,7 +2,7 @@
import subprocess
import sys

VERSION = "9.0.0.dev"
VERSION = "8.1.1"
MITMPROXY = "mitmproxy " + VERSION

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

0 comments on commit 564d439

Please sign in to comment.