From 7087982245765935a6046776f9c415a5086f93e5 Mon Sep 17 00:00:00 2001 From: dev-sec CI Date: Fri, 20 Oct 2023 08:23:48 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 12 ++++++++---- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73bb59f..5b0d8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ # Changelog -## [0.0.3](https://github.com/dev-sec/pam-tester/tree/0.0.3) (2023-08-04) +## [0.0.4](https://github.com/dev-sec/pam-tester/tree/0.0.4) (2023-10-20) -[Full Changelog](https://github.com/dev-sec/pam-tester/compare/0.0.2...0.0.3) +[Full Changelog](https://github.com/dev-sec/pam-tester/compare/0.0.3...0.0.4) + +**Merged pull requests:** -**Closed issues:** +- Update actions/checkout action to v4 [\#13](https://github.com/dev-sec/pam-tester/pull/13) ([renovate[bot]](https://github.com/apps/renovate)) -- Dependency Dashboard [\#6](https://github.com/dev-sec/pam-tester/issues/6) +## [0.0.3](https://github.com/dev-sec/pam-tester/tree/0.0.3) (2023-08-04) + +[Full Changelog](https://github.com/dev-sec/pam-tester/compare/0.0.2...0.0.3) **Merged pull requests:** diff --git a/pyproject.toml b/pyproject.toml index fcdba05..eb06b99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pam-tester" -version = "0.0.3" +version = "0.0.4" description = "Tool for testing PAM configurations" readme = "README.md" authors = ["Martin Schurz "]