Skip to content

Commit

Permalink
Version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vfaronov committed Feb 28, 2017
1 parent 85b1046 commit 4fc0818
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_
(which means it is unstable until 1.0).


Unreleased
~~~~~~~~~~
- Fixed an error that happened on many/most HTTP/2 requests
(those without a Host header).
0.5.1 - 2017-02-28
~~~~~~~~~~~~~~~~~~
Fixed an error that happened on many/most HTTP/2 requests
(those without a Host header).


0.5.0 - 2017-01-14
Expand Down
2 changes: 1 addition & 1 deletion mitmproxy_httpolice.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import httpolice


__version__ = '0.6.0.dev1'
__version__ = '0.5.1'

reports = {'text': httpolice.text_report, 'html': httpolice.html_report}

Expand Down

0 comments on commit 4fc0818

Please sign in to comment.