From 2cffffbdeb9dc6648b8d4052fd9b79b4d1c8968c Mon Sep 17 00:00:00 2001 From: Juan Villa Date: Mon, 15 Jun 2026 10:26:43 -0500 Subject: [PATCH 1/2] chore(core): re-trigger promotion through to main [patch candidate] From 56cb79b674668963e7ceed974c2a2468b03bc7e1 Mon Sep 17 00:00:00 2001 From: Juan Villa Date: Mon, 15 Jun 2026 10:26:47 -0500 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96=20Bump=20version:=201.1.22=20?= =?UTF-8?q?=E2=86=92=201.1.23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 48f625f..92b8adc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.22 +current_version = 1.1.23 commit = True tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c5c8d..47d039d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.1.23] - 2026-06-15 + +### Chores + +- **core**: re-trigger promotion through to main (`patch candidate`) + ## [1.1.22] - 2026-06-15 ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 6a63a1b..5d94e6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scripts" -version = "1.1.22" +version = "1.1.23" description = "CICD Core Scripts" authors = ["B "] license = "GLPv3"