From 5030b766eaa1948857bab77f7c6194a521b70ffd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 12:32:32 +0000 Subject: [PATCH] chore(main): release 1.12.0 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf0f745..c67222b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.12.0](https://github.com/judoscale/judoscale-python/compare/v1.11.0...v1.12.0) (2026-02-05) + + +### Features + +* Add support to JUDOSCALE_CONTAINER ENV var for custom containers ([#122](https://github.com/judoscale/judoscale-python/issues/122)) ([203891b](https://github.com/judoscale/judoscale-python/commit/203891bcf041cbc62fef0dbe1a52e237cc51fd14)) +* Add support to Python 3.14, drop Python < 3.10 ([#115](https://github.com/judoscale/judoscale-python/issues/115)) ([d3d1764](https://github.com/judoscale/judoscale-python/commit/d3d17645cb7781d284a4c48faa351e2c6ba7aa6d)) + ## [1.11.0](https://github.com/judoscale/judoscale-python/compare/v1.10.2...v1.11.0) (2026-01-12) diff --git a/pyproject.toml b/pyproject.toml index 4840497..3abed18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "judoscale" -version = "1.11.0" +version = "1.12.0" description = "Official Python package for the Judoscale autoscaler" authors = [ "Adam McCrea ",