From 927483c70546118f7806545271a083892bdea31f Mon Sep 17 00:00:00 2001 From: Camwyn Date: Tue, 3 Jan 2023 15:39:32 -0500 Subject: [PATCH] Update changelog --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index b17fcb8..1801696 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.6] - 2023-01-03 + +* Fix - Modernize variable syntax to avoid PHP 8.2 deprecation notices. + ## [1.1.5] - 2022-11-29 * Fix - Enable and disable XDebug correctly in WorPress and slic container removing restart requirement.