diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c9effb503..53c05ab28 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,21 +1,33 @@ Changelog ========= - -1.7.1a3 (2024-10-24) +1.7.1 (2024-10-29) -------------------- Bug fixes +* Fix ``DbtVirtualenvBaseOperator`` to use correct virtualenv Python path by @kesompochy in #1252 * Fix displaying dbt docs as menu item in Astro by @tatiana in #1280 +* Fix: Replace login by user for clickhouse profile by @petershenri in #1255 + +Enhancements + +* Improve dbt Docs Hosting Debugging -- Update dbt_docs_not_set_up.html by @johnmcochran in #1250 +* Minor refactor on VirtualenvOperators & add test for PR #1253 by @tatiana in #1286 Docs +* Add Welcome Section and "What Is Cosmos" Blurb to Home Page by @cmarteepants and @yanmastin-astro in #1251 * Update the URL for sample dbt docs hosted in Astronomer S3 bucket by @pankajkoti in #1283 +* Add dedicated scarf tracking pixel to readme by @cmarteepants in #1256 + Others -* Fix release after the raw rst directive disabled was disabled in PyPI by @tatiana in #1282 +* Update ``CODEOWNERS`` to track all files by @pankajkoti in #1284 +* Fix release after the ``raw`` rst directive was disabled in PyPI by @tatiana in #1282 +* Update issue template ``bug.yml`` - cosmos version update in the dropdown by @pankajkoti in #1275 +* Pre-commit hook updates in #1285, #1274, #1254, #1244 1.7.0 (2024-10-04) diff --git a/cosmos/__init__.py b/cosmos/__init__.py index 84d522e81..546ffefde 100644 --- a/cosmos/__init__.py +++ b/cosmos/__init__.py @@ -6,7 +6,7 @@ Contains dags, task groups, and operators. """ -__version__ = "1.7.1a3" +__version__ = "1.7.1" from cosmos.airflow.dag import DbtDag