diff --git a/CHANGELOG b/CHANGELOG index 7810f2a4..55df46f0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,11 @@ +Release 1.11.0 (2019-08-26) +=========================== + +* Fixed cookie path option not being properly set (`self._path` was removed, only `self.path` exists) +* Documented `SameSite` option +* Fixed cookie expiration being localised when it shouldn't. + Release 1.10.1 (2019-02-21) =========================== diff --git a/beaker/__init__.py b/beaker/__init__.py index ff987d28..da77e85c 100644 --- a/beaker/__init__.py +++ b/beaker/__init__.py @@ -1 +1 @@ -__version__ = '1.10.1' +__version__ = '1.11.0'