diff --git a/CHANGELOG.md b/CHANGELOG.md index f6fa359..78cf5f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2023-08-11 + ### Added - Show size of the result files with gzip and brotli - Improve stadistics of file size reduction +### Fixed + +- Regex expression matches incomplete class names, leading to errors: `h-2` class match instances of `h-20` + ## [1.0.0] - 2023-05-29 ### Added