From eda0b3ea14c8bf40e74eafee4719ddacb5952838 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:56:21 +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..6fb4c97d 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-29) + + +### 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)