From 66d302e87bd7ea939e962d131fa0e3a8ad5a1ca7 Mon Sep 17 00:00:00 2001 From: Daniel Townsend Date: Sat, 18 Jun 2022 09:24:02 +0100 Subject: [PATCH] bumped version --- CHANGES.rst | 8 ++++++++ piccolo_api/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index d38bfa1d..e6717b45 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changes ======= +0.37.2 +------ + +Changed a parameter name used in the ``change_password`` endpoint to be less +ambiguous (``old_password`` -> ``current_password``). + +------------------------------------------------------------------------------- + 0.37.1 ------ diff --git a/piccolo_api/__init__.py b/piccolo_api/__init__.py index e52e8133..2722373f 100644 --- a/piccolo_api/__init__.py +++ b/piccolo_api/__init__.py @@ -1 +1 @@ -__VERSION__ = "0.37.1" +__VERSION__ = "0.37.2"