From c171e2064ff45e1498f99b4f20ee1067c6363d88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 04:03:09 +0000 Subject: [PATCH] chore(main): release 1.10.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 990d039b..b8db92fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.1](https://github.com/runpod/runpod-python/compare/v1.10.0...v1.10.1) (2026-06-25) + + +### Bug Fixes + +* stop funneling all jobs to one worker (JobsProgress shared state) ([#517](https://github.com/runpod/runpod-python/issues/517)) ([6c2cd64](https://github.com/runpod/runpod-python/commit/6c2cd64bb8efa2dd1c5294946ab809ba1d25f29b)) + ## [1.10.0](https://github.com/runpod/runpod-python/compare/v1.9.1...v1.10.0) (2026-06-24)