From f1572a580a8ab29c5c7df4319c4787c74f7dcb3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 11 Mar 2021 13:57:57 +0200 Subject: [PATCH] Prepare for 3.0.11 release --- .semver | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.semver b/.semver index 028777d..cebcb57 100644 --- a/.semver +++ b/.semver @@ -1,6 +1,6 @@ --- :major: 3 :minor: 0 -:patch: 10 +:patch: 11 :special: '' :metadata: '' diff --git a/CHANGELOG.md b/CHANGELOG.md index f91bda1..4acfdcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.0.11] - 2021-03-11 + +- PHP 8.0 support, [#685], [#682], [#677] + +[3.0.11]: https://github.com/mrclay/minify/compare/3.0.10...3.0.11 +[#685]: https://github.com/mrclay/minify/pull/685 +[#682]: https://github.com/mrclay/minify/pull/682 +[#677]: https://github.com/mrclay/minify/pull/677 + ## [3.0.10] - 2020-04-02 - Exclude SSI Comments from HTML minify, [#670], [#671]