diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f255c..b773796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,17 +9,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Support for the `basic_auth()` method -* Support for the `date.py` module and the `format_delta` function +* ### Changed -* Renamed repository to `flask-quorum` +* ### Fixed * +## [0.8.0] - 2023-01-06 + +### Added + +* Support for the `basic_auth()` method +* Support for the `date.py` module and the `format_delta` function + +### Changed + +* Renamed repository to `flask-quorum` + ## [0.7.0] - 2022-02-04 ### Fixed diff --git a/doc/changelog.rst b/doc/changelog.rst index ef218c8..b89a2c5 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -6,6 +6,13 @@ List the complete set of changes to the quorum project since it's creation. Current Versions ---------------- +0.8.0 +^^^^^ + + * Support for the `basic_auth()` method + * Support for the `date.py` module and the `format_delta` function + * Renamed repository to `flask-quorum` + 0.7.0 ^^^^^ diff --git a/src/quorum/info.py b/src/quorum/info.py index f1029e5..b09f4ca 100644 --- a/src/quorum/info.py +++ b/src/quorum/info.py @@ -38,7 +38,7 @@ """ The license for the module """ NAME = "quorum" -VERSION = "0.7.0" +VERSION = "0.8.0" AUTHOR = "Hive Solutions Lda." EMAIL = "development@hive.pt" DESCRIPTION = "Quorum Extensions for Flask"