diff --git a/CHANGELOG.md b/CHANGELOG.md index a158f404..7d798430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.12.0](https://github.com/runpod/runpod-python/compare/v1.11.0...v1.12.0) (2026-07-31) + + +### Features + +* **serverless:** network-volume warm cache (VolumeCache) with adaptive transport ([#538](https://github.com/runpod/runpod-python/issues/538)) ([7aee321](https://github.com/runpod/runpod-python/commit/7aee321583c479d45c1a88607d3f73a273dbbf1c)) + + +### Bug Fixes + +* **serverless:** block SSRF in job-input downloads ([#533](https://github.com/runpod/runpod-python/issues/533)) ([b510d2a](https://github.com/runpod/runpod-python/commit/b510d2a989e6ce17c7316c333697754da6d99f5e)) + ## [1.11.0](https://github.com/runpod/runpod-python/compare/v1.10.1...v1.11.0) (2026-07-21)