Skip to content

Commit

Permalink
Version 2.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Sep 8, 2023
1 parent 6c41ac4 commit 58a9533
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,17 @@
Changelog
=========

UNRELEASED
==========

Added
-----

- Auto-renew tokens when they have expired (if possible) (:issue:`19`)
2.0.3 (2023-09-08
=================

Fixed
-----

- Use the ``OIDC_CALLBACK_ROUTE`` with the ID provider when it is defined,
instead of the default (:issue:`21`)
- Auto-renew tokens when they have expired (if possible), as version 1.x used
to do (:issue:`19`)

Changed
-------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flask-oidc"
version = "2.0.2"
version = "2.0.3"
description = "OpenID Connect extension for Flask"
readme = "README.rst"
authors = [
Expand Down

0 comments on commit 58a9533

Please sign in to comment.