diff --git a/docs/source/changes.rst b/docs/source/changes.rst index bcd1101..da8fe0c 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -3,14 +3,20 @@ History of changes .. currentmodule:: h11 -vNEXT (unreleased) ------------------- +v0.8.1 (2018-04-14) +------------------- Bug fixes: * Always return headers as ``bytes`` objects (`#60 `__) +Other changes: + +* Added proper license notices to the Javascript used in our + documentation (`#61 + `__) + v0.8.0 (2018-03-20) ------------------- diff --git a/h11/_version.py b/h11/_version.py index f015728..2dca181 100644 --- a/h11/_version.py +++ b/h11/_version.py @@ -13,4 +13,4 @@ # want. (Contrast with the special suffix 1.0.0.dev, which sorts *before* # 1.0.0.) -__version__ = "0.8.0+dev" +__version__ = "0.8.1+dev"