From 67dc3189ebaff08780d19e3567d79a3f7bb2bba7 Mon Sep 17 00:00:00 2001 From: alexcjohnson Date: Fri, 1 Mar 2024 08:49:53 -0500 Subject: [PATCH] v2.2.1 --- CHANGELOG.md | 2 +- dash_auth/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f579cd6..d6a69bd 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.2.1] - 2024-03-01 ### Fixed - Fix when looking for callback inputs that are not in the right format when checking for whitelisted routes diff --git a/dash_auth/version.py b/dash_auth/version.py index 04188a1..36a511e 100644 --- a/dash_auth/version.py +++ b/dash_auth/version.py @@ -1 +1 @@ -__version__ = '2.2.0' +__version__ = '2.2.1'