We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b047fb commit 1599f97Copy full SHA for 1599f97
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased]
+## [2.3.0] - 2024-03-18
8
### Added
9
- OIDCAuth allows to authenticate via OIDC
10
- BasicAuth saves the current user in the session
dash_auth/version.py
@@ -1 +1 @@
1
-__version__ = '2.2.1'
+__version__ = '2.3.0'
0 commit comments