diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e0651..f4d942b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,3 +69,4 @@ - `0.4.11` Bug fixes, Amazon Q support. - `0.4.12` Add Amazon Q path. - `0.4.13` Minor fixes. +- `0.4.14` 'guard' hook installation flow for Claude Code and Cursor. diff --git a/pyproject.toml b/pyproject.toml index 2ac80f6..18ec22e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "snyk-agent-scan" -version = "0.4.13" +version = "0.4.14" description = "Agent supply chain security scanner." readme = "README.md" license = {text = "Apache-2.0"}