From 82fa374ad825572addc622e31d287b759d765047 Mon Sep 17 00:00:00 2001 From: dev-sec CI Date: Thu, 3 Aug 2023 17:50:16 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36cbdc1..4b9c190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.3](https://github.com/dev-sec/pam-tester/tree/0.0.3) (2023-08-03) + +[Full Changelog](https://github.com/dev-sec/pam-tester/compare/0.0.2...0.0.3) + +**Closed issues:** + +- Dependency Dashboard [\#6](https://github.com/dev-sec/pam-tester/issues/6) + ## [0.0.2](https://github.com/dev-sec/pam-tester/tree/0.0.2) (2023-08-01) [Full Changelog](https://github.com/dev-sec/pam-tester/compare/0.0.1...0.0.2) diff --git a/pyproject.toml b/pyproject.toml index f31fefc..fcdba05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pam-tester" -version = "0.0.2" +version = "0.0.3" description = "Tool for testing PAM configurations" readme = "README.md" authors = ["Martin Schurz "]