From 9368e142bf60523467dc49801c9e2214d69a1300 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:25:32 -0500 Subject: [PATCH] chore: update SECURITY.md versions supported (#1722) --- SECURITY.md | 4 ++-- doc/changelog.d/1722.maintenance.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/1722.maintenance.md diff --git a/SECURITY.md b/SECURITY.md index 4ac669a629..0c7d2c60a5 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -28,10 +28,10 @@ SOFTWARE. | Version | Supported | | ------- | ------------------ | -| <= 0.4 | :x: | -| 0.5.x | :white_check_mark: | +| <= 0.5 | :x: | | 0.6.x | :white_check_mark: | | 0.7.x | :white_check_mark: | +| 0.8.x | :white_check_mark: | | dev | :white_check_mark: | ## Reporting a Vulnerability diff --git a/doc/changelog.d/1722.maintenance.md b/doc/changelog.d/1722.maintenance.md new file mode 100644 index 0000000000..61a75a0ef5 --- /dev/null +++ b/doc/changelog.d/1722.maintenance.md @@ -0,0 +1 @@ +update SECURITY.md versions supported \ No newline at end of file