Skip to content

Commit

Permalink
bump version to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mplattner committed Jul 18, 2020
1 parent 366014d commit cc75d71
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Unreleased: mitmproxy next

** Full Changelog **
** Full Changelog **

* --- TODO: add new PRs above this line ---

* ... and various other fixes, documentation improvements, dependency version bumps, etc.

18 July 2020: mitmproxy 5.2

* Add Filter message to mitmdump (@sarthak212)
* Display TCP flows at flow list (@Jessonsotoventura, @nikitastupin, @mhils)
* Colorize JSON Contentview (@sarthak212)
Expand All @@ -21,10 +28,13 @@ Unreleased: mitmproxy next
* Fix certificate runtime error during expire cleanup (@gorogoroumaru)
* Fixed the DNS Rebind Protection for secure support of IPv6 addresses (@tunnelpr0)
* WebSockets: match the HTTP-WebSocket flow for the ~websocket filter (@Kriechi)

* --- TODO: add new PRs above this line ---

* ... and various other fixes, documentation improvements, dependency version bumps, etc.
* Fix deadlock caused by the "replay.client.stop" command (@gorogoroumaru)
* Add new MapLocal addon to serve local files instead of remote resources (@mplattner and @mhils)
* Add minimal TCP interception and modification (@nikitastupin)
* Add new CheckSSLPinning addon to check SSL-Pinning on client (@su-vikas)
* Add a JSON dump script: write data into a file or send to an endpoint as JSON (@emedvedev)
* Fix console output formatting (@sarthak212)
* Add example for proxy authentication using selenium (@anneborcherding and @weichweich)

13 April 2020: mitmproxy 5.1.1

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 = "6.0.0.dev"
VERSION = "5.2"
PATHOD = "pathod " + VERSION
MITMPROXY = "mitmproxy " + VERSION

Expand Down

0 comments on commit cc75d71

Please sign in to comment.