diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd8941..40b031c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## v2.1.0 - 2021-05-08 + +### Changed + + * Switch autoloading from PSR-0 to PSR-4 and remove src subfolder (no impact on lib's composer autoloading). + * Switch CI from Travis to Github Actions. + +## v2.0.5 - 2021-03-27 + +### Fixed + + * Fix boolean being passed to method isImageString expecting a string + ## v2.0.4 - 2021-02-22 ### Fixed