From 3fa33492163a212918a039f882f3d23c5e195ce3 Mon Sep 17 00:00:00 2001 From: shashank-elastic <91139415+shashank-elastic@users.noreply.github.com> Date: Tue, 10 Dec 2024 23:43:04 +0530 Subject: [PATCH] Update versioning support for 8.17 (#4296) --- docs/versioning.md | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/versioning.md b/docs/versioning.md index f2b55e94c..3b66e87f3 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -4,22 +4,22 @@ This document provides detailed information about the different versions that ar ## Current Version -The current version of prebuilt detection rules is `v8.16`. +The current version of prebuilt detection rules is `v8.17`. ## Previous Versions Released The following version(s) are released along with the current version. +- `v8.16` - `v8.15` - `v8.14` -- `v8.13` ### Previous Versions Maintained The following version(s) are maintained along with the current version. +- `v8.13` - `v8.12` -- `v8.11` ## End of Life Policy diff --git a/pyproject.toml b/pyproject.toml index 921dda4e6..ca22222bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "detection_rules" -version = "0.3.3" +version = "0.3.4" description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Security’s Detection Engine." readme = "README.md" requires-python = ">=3.12"