diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1925afd..48f625f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.21 +current_version = 1.1.22 commit = True tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index 24cf3bc..b4c5c8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.1.22] - 2026-06-15 + +### Bug Fixes + +- **deps**: split runtime and dev requirements and resolve requests advisory +- **core**: restage tracked changes and retry amend in version bump hook + +### Chores + +- **core**: promote release through to main (`patch candidate`) +- **core**: merge test into dev to resolve 1.1.21 promotion conflicts + ## [1.1.21] - 2026-06-15 ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 13755c9..6a63a1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scripts" -version = "1.1.21" +version = "1.1.22" description = "CICD Core Scripts" authors = ["B "] license = "GLPv3"