diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee05ae..35f1125 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.9] - 2020-03-24 + +- Allow `intervention/httpauth` 3.x, [#667], [#666], [#664] + +[3.0.9]: https://github.com/mrclay/minify/compare/3.0.8...3.0.9 +[#664]: https://github.com/mrclay/minify/issues/664 +[#666]: https://github.com/mrclay/minify/pull/666 +[#667]: https://github.com/mrclay/minify/pull/667 + ## [3.0.8] - 2020-03-19 - Removed deprecated get_magic_quotes_gpc() function that since PHP 5.4.0 returns FALSE always, and since PHP 7.4 is deprecated, [#661]