From 00b578fae0e80a70c88ae5877ea4582eeb285c8b Mon Sep 17 00:00:00 2001 From: Patrick Organ Date: Fri, 10 Nov 2023 15:53:42 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b76fcd7..1b6daf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to `php-code-search` will be documented in this file. --- +## 1.10.6 - 2023-11-10 + +- fix warnings in PHP 8.1, closes #31 + ## 1.10.5 - 2021-08-17 - various bug fixes, code cleanup