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 "]