From 2be07ea0cfb73c867011aaec8bef894474421b22 Mon Sep 17 00:00:00 2001 From: Eric Park Date: Fri, 18 Jun 2021 16:17:12 +0900 Subject: [PATCH] Release 1.6.16 Changes since 1.6.15: - shipper now invalidates the authentication token if the password has been changed. - Added an endpoint for shippy to check token validity. - Fixed a bug where the admin password change template would get overridden with the custom password change template. --- SECURITY.md | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 6e9c21be..4a8e2abf 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | --------- | ------------------ | -| ≥ 1.6.10 | :white_check_mark: | -| ≤ 1.6.9 | :x: | +| ≥ 1.6.16 | :white_check_mark: | +| ≤ 1.6.15 | :x: | ## Reporting a Vulnerability diff --git a/version.txt b/version.txt index 7e84a788..9494224a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.6.15 +1.6.16