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"