Skip to content

Commit

Permalink
version: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 6, 2023
1 parent c724c8b commit c8093a2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^

Expand Down
2 changes: 1 addition & 1 deletion src/quorum/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c8093a2

Please sign in to comment.