diff --git a/CHANGELOG.md b/CHANGELOG.md index b1cb54b..0444d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.3.0] - 2024-03-18 ### Added - OIDCAuth allows to authenticate via OIDC - BasicAuth saves the current user in the session diff --git a/dash_auth/version.py b/dash_auth/version.py index 36a511e..8219039 100644 --- a/dash_auth/version.py +++ b/dash_auth/version.py @@ -1 +1 @@ -__version__ = '2.2.1' +__version__ = '2.3.0'