From 411017198ee9cb24c2426fcbf338c51d96ccbf4a Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Mon, 5 Dec 2022 13:16:03 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67fd49fdf..100100347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ 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.1 +### Fixed +* Fixed Panel Docker image showing `canary` as it's version. + ## v1.11.0 ### Changed (since 1.10.4) * Changed minimum PHP version requirement from `7.4` to `8.0`.