Skip to content

Commit a1eaad3

Browse files
committed
Version 1.13.0
1 parent 9ad1806 commit a1eaad3

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,3 +1,10 @@
1+
Release 1.13.0 (2024-04-11)
2+
===========================
3+
4+
* Fix validation messages for validate_key and encrypt_key
5+
* Added support for rediscluster via ext:redisclusternm
6+
* Removed the need to install mock library to run tests
7+
18
Release 1.12.1 (2023-01-04)
29
===========================
310

beaker/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.12.1'
1+
__version__ = '1.13.0'

0 commit comments

Comments
 (0)