From 724d5b8d5d5ef5b445d7e102fa5df609e9d9aca2 Mon Sep 17 00:00:00 2001 From: Daniel Townsend Date: Mon, 9 Sep 2024 08:27:48 +0100 Subject: [PATCH] bumped version --- CHANGES.rst | 11 +++++++++++ piccolo_api/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8305fc1..abbc656 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,17 @@ Changes ======= +1.5.0 +----- + +Added support for Multi Factor Authentication, using an authenticator app. + +This will soon be implemented in Piccolo Admin. + +Huge thanks to @Skelmis and @sinisaos for their help with this. + +------------------------------------------------------------------------------- + 1.4.1 ----- diff --git a/piccolo_api/__init__.py b/piccolo_api/__init__.py index 8c69db6..7e6a9cc 100644 --- a/piccolo_api/__init__.py +++ b/piccolo_api/__init__.py @@ -1 +1 @@ -__VERSION__ = "1.4.1" +__VERSION__ = "1.5.0"