bump to 8.1.1
This commit is contained in:
parent
c779230ba1
commit
564d439df8
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## Unreleased: mitmproxy next
|
## Unreleased: mitmproxy next
|
||||||
|
|
||||||
|
## 28 June 2022: mitmproxy 8.1.1
|
||||||
|
|
||||||
* Support specifying the local address for outgoing connections
|
* Support specifying the local address for outgoing connections
|
||||||
([#5364](https://github.com/mitmproxy/mitmproxy/discussions/5364), @meitinger)
|
([#5364](https://github.com/mitmproxy/mitmproxy/discussions/5364), @meitinger)
|
||||||
* Fix a bug where an excess empty chunk has been sent for chunked HEAD request.
|
* Fix a bug where an excess empty chunk has been sent for chunked HEAD request.
|
||||||
|
|
|
@ -2,7 +2,7 @@ import os
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
VERSION = "9.0.0.dev"
|
VERSION = "8.1.1"
|
||||||
MITMPROXY = "mitmproxy " + VERSION
|
MITMPROXY = "mitmproxy " + VERSION
|
||||||
|
|
||||||
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one
|
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one
|
||||||
|
|
Loading…
Reference in New Issue