From dd8364e430cd524c4c87911d91465a4a62bd1414 Mon Sep 17 00:00:00 2001 From: seqradev Date: Mon, 2 Feb 2026 00:42:02 +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 720393f..a583f20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v2.2.0 +### feat: Bump version ## v2.1.1 ### fix: Bump version - fix: Bump version diff --git a/README.md b/README.md index 2ce351b..8e6eea5 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.1.1" + SEQRA_VERSION: "v2.2.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 00e8ff1..6f39391 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.1.1" + SEQRA_VERSION: "v2.2.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