diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9fdf12c..00da932 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,13 @@ Changelog Next ==== +Version 0.2.17 - 2024-06-03 +=========================== + +- The dbt sync now supports creating physical datasets in other catalogs (requires catalog Support in Superset) (`#295 `_ and `#297 `_). +- The dbt ModelSchema now supports models with ``columns`` set to ``None`` (`#298 `_). +- It's now deprecated to trigger a dbt Core sync passing a ``dbt_project.yml`` file (support for passing the `manifest.json` file is no longer deprecated) (`#299 `_). + Version 0.2.16 - 2024-05-10 ===========================