We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2a954 commit 7f1819dCopy full SHA for 7f1819d
2 files changed
src/redisenterprise/HISTORY.rst
@@ -2,6 +2,9 @@
2
3
Release History
4
===============
5
+1.3.1
6
+- add a new command `az redisenterprise test-connection` to test the connection to a cluster.
7
+
8
1.3.0
9
- Added a new required property: PublicNetworkAccess for Cluster.
10
- Updated the default value of AccessKeysAuthentication property for Database to 'Disabled'.
src/redisenterprise/setup.py
@@ -10,7 +10,7 @@
11
12
# HISTORY.rst entry.
13
-VERSION = '1.3.0'
+VERSION = '1.3.1'
14
15
# The full list of classifiers is available at
16
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments