From 68fcdbd966989df6951acfed6f671617adae942e Mon Sep 17 00:00:00 2001 From: aron Date: Tue, 10 Dec 2024 14:06:41 +0100 Subject: [PATCH] Update changelog and version --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07db8bd..211e329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.25 +* Improvements in reptor packarchive +* add Nessus "snoozed" filter (credits to emizzz) + # 0.24 * Introduce support for CVSS4 diff --git a/pyproject.toml b/pyproject.toml index df09eb1..5bf6128 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "reptor" -version = "0.24" +version = "0.25" authors = [ { name="Richard Schwabe" }, { name="Aron Molnar", email="aron@syslifters.com" }