From 6f558b008f98ff0839802a6623f81ef37edc45f2 Mon Sep 17 00:00:00 2001 From: JuHang Sin Date: Tue, 20 Apr 2021 10:42:13 -0400 Subject: [PATCH 1/2] updated changelog --- changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog.md b/changelog.md index 389b8852..8c45af3b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,13 @@ Changelog ========= +0.18.3 (2021-04-20) +------------------- + +* `updatePassword` now supports creating a password without having an +existing password. + + 0.18.2 (2021-04-15) ------------------- From 17c01e2900cbab8f5c03376cb6aa644d48144348 Mon Sep 17 00:00:00 2001 From: JuHang Sin Date: Tue, 20 Apr 2021 18:24:11 -0400 Subject: [PATCH 2/2] Update changelog.md Co-authored-by: Evert Pot --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 8c45af3b..5e56157d 100644 --- a/changelog.md +++ b/changelog.md @@ -5,7 +5,7 @@ Changelog ------------------- * `updatePassword` now supports creating a password without having an -existing password. + existing password. 0.18.2 (2021-04-15)