From cd6ae0b3cab00cd65170259598c1d7ef9e086c3d Mon Sep 17 00:00:00 2001 From: Davide Pastore Date: Tue, 20 Dec 2022 19:47:14 +0000 Subject: [PATCH] Add release notes for 3.1.0 Closed #155 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 686779c..f04acd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to `Config` will be documented in this file +## 3.1.0 - 2022-12-20 + +### Added +* PHP 8.2 to the build matrix (#154) + +### Fixed +* Use assertEquals instead of assertSame (#153) +* Namespaces in tests (#154) + +### Removed +* .travis.yml file (#152) +* support for the end of life PHP versions (#144) + + ## 3.0.1 - 2022-03-26 ### Added