From 1599f97319e5d610f580dcd4f7a748c4aa945845 Mon Sep 17 00:00:00 2001 From: alexcjohnson Date: Mon, 18 Mar 2024 21:36:31 -0400 Subject: [PATCH] v2.3.0 --- CHANGELOG.md | 2 +- dash_auth/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'