diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb4140527..5e3b2ed9f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ - Hybrid execution mode is now enabled by default. Certain operations on smaller data will now automatically execute in native pandas in-memory. Use `from modin.config import AutoSwitchBackend; AutoSwitchBackend.disable()` to turn this off and force all execution to occur in Snowflake. - Removed an unnecessary `SHOW OBJECTS` query issued from `read_snowflake` under certain conditions. -## 1.39.0 (YYYY-MM-DD) +## 1.39.0 (2025-09-17) ### Snowpark Python API Updates