diff --git a/CHANGELOG.md b/CHANGELOG.md index bee3303..80ca643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### BREAKING CHANGE -- -Renamed `complete` event type to` agent_complete`. Any client, integration, or custom hook relying on the `complete` or `COMPLETE` event type must be updated to use `agent_complete` / `AGENT_COMPLETE` instead. +- Renamed `complete` event type to` agent_complete`. Any client, integration, or custom hook relying on the `complete` or `COMPLETE` event type must be updated to use `agent_complete` / `AGENT_COMPLETE` instead. ### Fix diff --git a/SECURITY.md b/SECURITY.md index d096c31..b333dc7 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,7 +4,12 @@ | Version | Supported | |---------|--------------------| -| 0.1.x | :white_check_mark: | +| 0.6.x | :white_check_mark: | +| 0.5.x | :x: | +| 0.4.x | :x: | +| 0.3.x | :x: | +| 0.2.x | :x: | +| 0.1.x | :x: | ## Reporting Security Issues