diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf2fef..0477c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # NEXT RELEASE + +### 1.14.9 * Add [ActiveMime YARA rule](https://blog.didierstevens.com/2023/08/29/quickpost-pdf-activemime-maldocs-yara-rule/) ### 1.14.8 diff --git a/pyproject.toml b/pyproject.toml index 2a9865a..f2fc5cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pdfalyzer" -version = "1.14.8" +version = "1.14.9" description = "A PDF analysis toolkit. Scan a PDF with relevant YARA rules, visualize its inner tree-like data structure in living color (lots of colors), force decodes of suspicious font binaries, and more." authors = ["Michel de Cryptadamus "] license = "GPL-3.0-or-later"