diff --git a/CHANGELOG.md b/CHANGELOG.md index a15a18b..e7c59b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,3 +71,4 @@ - `0.4.13` Minor fixes. - `0.4.14` 'guard' hook installation flow for Claude Code and Cursor. - `0.4.15` Support Windows and x86 builds +- `0.4.16` Bug fixes and improvements. diff --git a/pyproject.toml b/pyproject.toml index 5a6f91b..ab18237 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "snyk-agent-scan" -version = "0.4.15" +version = "0.4.16" description = "Agent supply chain security scanner." readme = "README.md" license = {text = "Apache-2.0"}