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 @@

PHP Antimalware Scanner

-![Version](https://img.shields.io/badge/version-0.9.0-brightgreen?style=for-the-badge) +![Version](https://img.shields.io/badge/version-0.9.1-brightgreen?style=for-the-badge) ![Requirements](https://img.shields.io/badge/php-%3E%3D%205.5-4F5D95?style=for-the-badge) ![Code Style](https://img.shields.io/badge/code%20style-PSR-blue?style=for-the-badge) ![License](https://img.shields.io/github/license/marcocesarato/PHP-Antimalware-Scanner?style=for-the-badge) diff --git a/dist/scanner b/dist/scanner index a7387aa..3d1cadc 100644 Binary files a/dist/scanner and b/dist/scanner differ diff --git a/dist/version b/dist/version index 899f24f..f514a2f 100644 --- a/dist/version +++ b/dist/version @@ -1 +1 @@ -0.9.0 \ No newline at end of file +0.9.1 \ No newline at end of file diff --git a/src/Scanner.php b/src/Scanner.php index d72cb7c..b180e8f 100644 --- a/src/Scanner.php +++ b/src/Scanner.php @@ -62,7 +62,7 @@ class Scanner * * @var string */ - public static $version = '0.9.0'; + public static $version = '0.9.1'; /** * Repo url.