diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c032f0..303a3c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md). +## 3.3.2 (5. April 2022) + ++ Updated deps to latest version of `smalot/pdfparser` parser. + ## 3.3.1 (9. December 2021) + Small changes in docs, translations, composer dependencies diff --git a/composer.json b/composer.json index 7aa0eca..d984562 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require" : { "nadar/crawler" : "^1.3", "nadar/stemming" : "^1.0", - "smalot/pdfparser": "^0.16.2" + "smalot/pdfparser": "^2.1" }, "require-dev" : { "luyadev/luya-testsuite" : "^2.0"