diff --git a/doc/changelog.rst b/doc/changelog.rst index b8488850..3dbd3c16 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -6,6 +6,11 @@ List the complete set of changes to the quorum project since it's creation. Current Versions ---------------- +0.5.8 +^^^^^ + + * ACL security fix + 0.5.7 ^^^^^ diff --git a/src/quorum/info.py b/src/quorum/info.py index b448aeeb..4fe23f07 100644 --- a/src/quorum/info.py +++ b/src/quorum/info.py @@ -38,7 +38,7 @@ """ The license for the module """ NAME = "quorum" -VERSION = "0.5.7" +VERSION = "0.5.8" AUTHOR = "Hive Solutions Lda." EMAIL = "development@hive.pt" DESCRIPTION = "Quorum Extensions for Flask"