Skip to content

Commit

Permalink
Version 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Feb 21, 2019
1 parent f091c41 commit 8819c85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

Release 1.10.1 (2019-02-21)
===========================

* Fix issue with Redis namespace manager TTL
* Fix for SameSite cookie option not being set in some cases
* Fix for memcached tests on Python3

Release 1.10.0 (2018-06-04)
==========================
===========================

* Redis namespace manager now supports providing a TTL for session entries that had a ``timeout`` provided.
This will remove the need to manually clear expired sessions from the redis storage.
Expand Down
2 changes: 1 addition & 1 deletion beaker/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.10.0'
__version__ = '1.10.1'

0 comments on commit 8819c85

Please sign in to comment.