From 27c0222c9829589e9c7fed75c98192fa1b5cb2a0 Mon Sep 17 00:00:00 2001 From: Eric Date: Sun, 9 Nov 2025 15:02:49 -0600 Subject: [PATCH] chore: added security policy Updated the security policy to reflect supported versions. --- SECURITY.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..80b1259 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# Security Policy + +## Supported Versions + +### `v0.x.x` + +Until `v1+`, only the latest version is supported. + +### `v1.x.x+` + +Only the last two major versions are supported.