diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c97ee15..3fe33779a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ CARTO Analytics Toolbox Core. All notable commits to this project will be documented in this file. +## 2025-01-30 + +- chore(sf): deploy snowflake in CARTO.CARTO when releasing (#536) +- chore: update gh actions versions (#537) +- chore(bq): add skip dependency tag in bigquery build_modules (#538) +- docs(sf|h3): update h3_polyfill_table docs as it does not support points or lines (#539) +- chore(deps): bump jinja2 from 3.1.3 to 3.1.5 in /clouds/databricks/common (#540) +- fix(bq|h3,quadbin): H3_POLYFILL and QUADBIN_POLYFILL functions not working with holes (#542) +- chore(bq): split JS libraries generation (#541, #543) +- chore(sf): SF_ACCOUNT no longer follows "account.region" format (#544) + ## 2024-10-28 - chore(bq): fix @google-cloud/bigquery to version 7.9.0 (#531) diff --git a/clouds/bigquery/CHANGELOG.md b/clouds/bigquery/CHANGELOG.md index d82bac8e9..09929a730 100644 --- a/clouds/bigquery/CHANGELOG.md +++ b/clouds/bigquery/CHANGELOG.md @@ -4,6 +4,12 @@ CARTO Analytics Toolbox Core for BigQuery. All notable commits to this project will be documented in this file. +## [1.2.5] - 2025-01-30 + +- chore: add skip dependency tag in bigquery build_modules (#538) +- fix(h3,quadbin): H3_POLYFILL and QUADBIN_POLYFILL functions not working with holes (#542) +- chore: split JS libraries generation (#541, #543) + ## [1.2.4] - 2024-10-28 - chore: fix @google-cloud/bigquery to version 7.9.0 (#531) diff --git a/clouds/bigquery/version b/clouds/bigquery/version index e8ea05db8..c813fe116 100644 --- a/clouds/bigquery/version +++ b/clouds/bigquery/version @@ -1 +1 @@ -1.2.4 +1.2.5