From 91e0403b4695d299e7c37c53e6776efa940fe651 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sun, 2 Jan 2022 16:56:43 -0600 Subject: [PATCH] chore: prepare release 1.3.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c5dda..47f3962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 1.3.0 - 2022-01-02 + +### Added + +- Allow Symfony packages in the version 6.x series + +### Changed + +- Increase lower-boundary constraints for symfony/console and symfony/process to 4.4.30 and 5.3.7 + +- Update PsySH to version 0.11.x + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing. + ## 1.2.3 - 2021-08-07 Maintenance release