diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b406b2..7ef7cb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,28 @@ All notable changes to this project will be documented in this file. +## [0.9.1](https://github.com/marcocesarato/PHP-Antimalware-Scanner/compare/v0.9.0...v0.9.1) (2021-06-06) + + +### Bug Fixes + +* Allow scanner to skip unreadable directories [#22](https://github.com/marcocesarato/PHP-Antimalware-Scanner/issues/22) ([61533f](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/61533f85287e862e73072e0d09c678bfab28bea2)) +* Better explanation of path-report option [#20](https://github.com/marcocesarato/PHP-Antimalware-Scanner/issues/20) ([1fae07](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/1fae07ab3197954ac08dbf1d4a33c8c58789fa2a)) +* Improve signature optimization for raw contents ([0c55db](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/0c55dbb14ce6108b30ed264f3fa3291edd0e3046)) + +--- + ## [0.9.0](https://github.com/marcocesarato/PHP-Antimalware-Scanner/compare/v0.8.3...v0.9.0) (2021-03-28) ### Features -* Add new dangerous functions ([1194eb](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/1194eb533d154c5fd20f5f0d038cfedc55b31427)) -* Add new raw data signatures ([a5b0b4](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/a5b0b447014db949bcb6b4b69d2e4380af92229b)) +* Add new dangerous functions ([1194eb](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/1194eb533d154c5fd20f5f0d038cfedc55b31427)) +* Add new raw data signatures ([a5b0b4](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/a5b0b447014db949bcb6b4b69d2e4380af92229b)) ### Bug Fixes -* Autoload on phar ([3c7295](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/3c7295ca0add3c277dfbde32432e1afed11cd02e)) +* Autoload on phar ([3c7295](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/3c7295ca0add3c277dfbde32432e1afed11cd02e)) --- diff --git a/README.md b/README.md index 47dfe8c..be6edca 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@