Skip to content

Commit fbf88a5

Browse files
committed
Version 1.11.0
1 parent 0eb4bb6 commit fbf88a5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
Release 1.11.0 (2019-08-26)
3+
===========================
4+
5+
* Fixed cookie path option not being properly set (`self._path` was removed, only `self.path` exists)
6+
* Documented `SameSite` option
7+
* Fixed cookie expiration being localised when it shouldn't.
8+
29
Release 1.10.1 (2019-02-21)
310
===========================
411

beaker/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.10.1'
1+
__version__ = '1.11.0'

0 commit comments

Comments
 (0)