From c46e27101be868a3deb1db1843a163d09d5f03e0 Mon Sep 17 00:00:00 2001 From: Patrick Organ Date: Sun, 4 Jul 2021 09:08:04 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf7dfa..1b9ce68 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.1.0 - 2021-07-04 + +- add `file` property to SearchResult class + ## 1.0.0 - 2021-07-04 - initial release