diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4fdcd1..b35f3278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.13.0](https://github.com/runpod/runpod-python/compare/v1.12.0...v1.13.0) (2026-09-24) + + +### Features + +* migrate api wrapper to rest v2 ([#584](https://github.com/runpod/runpod-python/issues/584)) ([e80c2f2](https://github.com/runpod/runpod-python/commit/e80c2f237d4b6eb41c50cee7a029a08f2694bc4c)) +* **serverless:** coordinate early health checks once per container ([#578](https://github.com/runpod/runpod-python/issues/578)) ([760aea2](https://github.com/runpod/runpod-python/commit/760aea2cc6c0a8f5739b2a8667f61ae11d49d37b)) +* SLS-497 Add explicit prestart hooks to the runpod-python SDK ([#570](https://github.com/runpod/runpod-python/issues/570)) ([70f2de4](https://github.com/runpod/runpod-python/commit/70f2de42f631d550135776d590c3fc7ee562f77f)) + ## [1.12.0](https://github.com/runpod/runpod-python/compare/v1.11.0...v1.12.0) (2026-08-10)