diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ef238..f82d846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/lhoupert/action-python-security-auditing/compare/v0.4.3...v0.5.0) (2026-03-30) + + +### Features + +* add integration tests ([#42](https://github.com/lhoupert/action-python-security-auditing/issues/42)) ([437ac46](https://github.com/lhoupert/action-python-security-auditing/commit/437ac46491009a5784e6defab2a933901fe2dfe0)) + ## [0.4.3](https://github.com/lhoupert/action-python-security-auditing/compare/v0.4.2...v0.4.3) (2026-03-28) diff --git a/pyproject.toml b/pyproject.toml index 3759a05..6580a83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "python-security-auditing" -version = "0.4.3" +version = "0.5.0" description = "Reusable GitHub Action for Python security auditing with bandit and pip-audit" license = { text = "MIT" } requires-python = ">=3.13"