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