diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e0538b..4b45f53 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.5.0 - 2023-03-18 + +### Added + +- Nothing. + +### Changed + +- Set minimum required version of PHP to 8.1. +- Bump ramsey/composer-repl-lib to ^1.2. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing. + + ## 1.4.1 - 2022-04-16 ### Added