From f8e7e25d993fba202eb6d2ba0788406d4cb77caf Mon Sep 17 00:00:00 2001 From: seqradev Date: Thu, 12 Feb 2026 19:26:27 +0300 Subject: [PATCH] feat: Bump version --- CHANGELOG.md | 2 ++ README.md | 2 +- seqra.gitlab-ci.yml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab4e64..364d52d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v2.4.0 +### feat: Bump version ## v2.3.0 ### feat: Bump version ## v2.2.0 diff --git a/README.md b/README.md index adb3f36..5875ce1 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ seqra-job: # Relative path to the root of the analyzed project PROJECT_ROOT: "." # Tag of seqra release - SEQRA_VERSION: "v2.3.0" + SEQRA_VERSION: "v2.4.0" # Comma-separated paths to rule files or directories (e.g., "rules/custom.yml,rules/extra") RULES_PATH: "builtin" # Comma-separated severity levels to report: note, warning, error diff --git a/seqra.gitlab-ci.yml b/seqra.gitlab-ci.yml index 24ca8e2..509246f 100644 --- a/seqra.gitlab-ci.yml +++ b/seqra.gitlab-ci.yml @@ -10,7 +10,7 @@ # Relative path to the root of the analyzed project PROJECT_ROOT: "." # Tag of seqra release - SEQRA_VERSION: "v2.3.0" + SEQRA_VERSION: "vv2.4.0" # Comma-separated paths to rule files or directories (e.g., "rules/custom.yml,rules/extra") RULES_PATH: "builtin" # Comma-separated severity levels to report: note, warning, error