From d82af669386dfd34c130dbd169769b01e1963819 Mon Sep 17 00:00:00 2001 From: galuszkm Date: Sat, 20 Jun 2026 00:36:06 +0200 Subject: [PATCH] docs(md): update changelog and security Markdowns update --- CHANGELOG.md | 3 +-- SECURITY.md | 7 ++++++- 2 files changed, 7 insertions(+), 3 deletions(-) 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