From 3d617b0b5b7db074d7431e18ceac3b4f3071ef50 Mon Sep 17 00:00:00 2001 From: seqradev Date: Sat, 7 Feb 2026 02:43:17 +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 a583f20..5ab4e64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v2.3.0 +### feat: Bump version ## v2.2.0 ### feat: Bump version ## v2.1.1 diff --git a/README.md b/README.md index 8e6eea5..adb3f36 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.2.0" + SEQRA_VERSION: "v2.3.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 6f39391..24ca8e2 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.2.0" + SEQRA_VERSION: "v2.3.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