diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e62207..83f4dce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.14] - 2023-05-05 + +- Support monolog v3, [#705] +- Allow invalidation from manual invocation, [#700] +- Add property declaration, [#699] + +[3.0.14]: https://github.com/mrclay/minify/compare/3.0.13...3.0.14 +[#705]: https://github.com/mrclay/minify/pull/705 +[#700]: https://github.com/mrclay/minify/pull/700 +[#699]: https://github.com/mrclay/minify/pull/699 + ## [3.0.13] - 2022-10-03 - Add `Minify_Cache_APCu` to replace `Minify_Cache_APC`, [#697]