diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0451499..69535c6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.3" + ".": "0.2.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8184686..b1713bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.4](https://github.com/PostHog/warlock/compare/v0.2.3...v0.2.4) (2026-07-24) + + +### Bug Fixes + +* **rules:** don't flag config-doc opt-out framing in posthog_feature_attack ([#63](https://github.com/PostHog/warlock/issues/63)) ([51a5a98](https://github.com/PostHog/warlock/commit/51a5a98ad20c8ed93386f81312e513b28848388b)) + ## [0.2.3](https://github.com/PostHog/warlock/compare/v0.2.2...v0.2.3) (2026-07-07) diff --git a/package.json b/package.json index 3761395..8c7353c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/warlock", - "version": "0.2.3", + "version": "0.2.4", "description": "Security scanner for PostHog's agentic flows", "license": "MIT", "repository": {