diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d9b8ba9ec..b4cb9a8c11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ ## Unreleased: mitmproxy next + + +## 04 January 2024: mitmproxy 10.2.0 + * *Local Redirect Mode* is now officially available on [macOS](https://mitmproxy.org/posts/local-redirect/macos/) and [Windows](https://mitmproxy.org/posts/local-redirect/windows/). diff --git a/mitmproxy/version.py b/mitmproxy/version.py index 5e84f10e8e..e3fafa88d8 100644 --- a/mitmproxy/version.py +++ b/mitmproxy/version.py @@ -2,7 +2,7 @@ import subprocess import sys -VERSION = "11.0.0.dev" +VERSION = "10.2.0" MITMPROXY = "mitmproxy " + VERSION # Serialization format version. This is displayed nowhere, it just needs to be incremented by one