diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a14df9026..90adde8505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v2.256.0 (2026-01-08) + +### Features + +* Image for Numpy 2.0 support with XGBoost +* Bug fixes and Other Changes + +### Bug fix for Triton Model server for inference + +* Removal of hmac key parameter for remote function +* Bug fixes for input validation for local mode and resource management for iterators + + ## v2.255.0 (2025-12-03) ### Features diff --git a/VERSION b/VERSION index bcfbc57899..6dea76df38 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.255.0 \ No newline at end of file +2.256.0 \ No newline at end of file