diff --git a/CHANGELOG.md b/CHANGELOG.md index be89ccc..a367267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # NEXT RELEASE + +### 1.14.5 * Update PDF matching YARA rules file (@anotherbridge) ### 1.14.4 diff --git a/pyproject.toml b/pyproject.toml index 7134d99..c4f96f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pdfalyzer" -version = "1.14.4" +version = "1.14.5" 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"