From 205a63c0ae4faef0194380c3349444400879b31c Mon Sep 17 00:00:00 2001 From: seqradev Date: Wed, 21 Jan 2026 11:55:22 +0000 Subject: [PATCH] fix: Bump version --- CHANGELOG.md | 3 +++ README.md | 2 +- seqra.gitlab-ci.yml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ead97..720393f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v2.1.1 +### fix: Bump version +- fix: Bump version ## v2.1.0 ### feat: Update options with latest enhancements ## v2.0.2 diff --git a/README.md b/README.md index 664109e..2ce351b 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.0" + SEQRA_VERSION: "v2.1.1" # 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 167018b..00e8ff1 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.0" + SEQRA_VERSION: "v2.1.1" # 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