From b6204922da56770033e878da3ce125c22738b2a7 Mon Sep 17 00:00:00 2001 From: Holger Woltersdorf Date: Tue, 28 Jan 2020 21:41:20 +0100 Subject: [PATCH] Update changelog, bumping v1.4.2 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d6d31b..c547af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com). +## [1.4.2] - 2020-01-28 + +### Fixed + +- Compatibility with PHP 7.4 +- Several inspection issues + +### Changed + +- Minimum PHP version is now 7.3 + ## [1.4.1] - 2018-01-07 ### Fixed @@ -48,6 +59,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CH - First stable release +[1.4.2]: https://github.com/icehawk/static-page-generator/compare/v1.4.1...v1.4.2 [1.4.1]: https://github.com/icehawk/static-page-generator/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/icehawk/static-page-generator/compare/v1.3.1...v1.4.0 [1.3.1]: https://github.com/icehawk/static-page-generator/compare/v1.3.0...v1.3.1