From a366785ece204f3f96a0e8d26db2918a7998b2eb Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Sun, 27 Oct 2024 13:51:50 -0600 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: Matthew Penner --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f65904c8..3299f8aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ This file is a running track of new features and fixes to each version of the pa This project follows [Semantic Versioning](http://semver.org) guidelines. +## v1.11.9 + +### Fixed + +* Fixed issue with CI not pushing Docker image + +## v1.11.8 + +### Fixed + +* Fixed an issue where a `DELETE` request was used instead of a `POST`, potentially logging user passwords in plain text if they disable 2FA. + ## v1.11.7 ### Added