diff --git a/CHANGELOG.md b/CHANGELOG.md index e06983a163..5d36d4aa3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v2.257.1 (2026-03-04) + +### Bug Fixes +* Fix test failures with pytest and setuptools compatibility (#5574) + +### Dependency Updates +* Relax protobuf version constraint to <7.0 (#5573) + +### Enhancements +* Add telemetry for Feature Store (#5557) +* Add VERL (Versatile Reinforcement Learning) support (#5498) + + ## v2.257.0 (2026-02-03) ### Features diff --git a/VERSION b/VERSION index 308150ad7a..c1c7146a5d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.257.0 \ No newline at end of file +2.257.1 \ No newline at end of file