Bumped to 0.0.20

This commit is contained in:
Éloi Rivard 2023-01-28 16:01:15 +01:00
parent 03b64ff0e8
commit 15de07d87e
2 changed files with 4 additions and 3 deletions

View file

@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
[0.0.20] - 2023-01-28
=====================
Added
*****
@ -30,7 +33,6 @@ Fixed
- Ensures the token `expires_in` claim and the `access_token` `exp` claim
have the same value. :pr:`83`
[0.0.18] - 2022-12-28
=====================
@ -302,7 +304,6 @@ Removed
- 'My tokens' page. :issue:`22`
[0.0.1] - 2020-10-21
====================

View file

@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api"
[tool]
[tool.poetry]
name = "Canaille"
version = "0.0.19"
version = "0.0.20"
description = "Minimalistic identity provider"
license = "MIT"
keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]