From 3483c4d85a4931797cbd97d98f22a54be2e37cde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 03:04:15 +0000 Subject: [PATCH] chore(main): release 1.11.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6406dc2..a8cc31b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.11.0](https://github.com/runpod/runpod-python/compare/v1.10.1...v1.11.0) (2026-07-14) + + +### Features + +* **serverless:** report fitness failure to host before force-exit ([#537](https://github.com/runpod/runpod-python/issues/537)) ([f95aef8](https://github.com/runpod/runpod-python/commit/f95aef892f673875f2cc9801e440486c40b1bc48)) + + +### Bug Fixes + +* **serverless:** force-kill worker on fitness check failure ([#536](https://github.com/runpod/runpod-python/issues/536)) ([08e07cb](https://github.com/runpod/runpod-python/commit/08e07cb5dded275b1bab0451940433fe2a1c8244)) + ## [1.10.1](https://github.com/runpod/runpod-python/compare/v1.10.0...v1.10.1) (2026-07-08)