Skip to content

Commit

Permalink
Add last change to be added to the 1.4.0 release in the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed May 13, 2024
1 parent 779480e commit 1a56809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.4.0a2 (2024-05-02)
1.4.0 (2024-05-13)
--------------------

Features
Expand Down Expand Up @@ -51,6 +51,7 @@ Others

* Add performance integration tests by @jlaneve in #827
* Enable ``append_env`` in ``operator_args`` by default by @tatiana in #899
* Change default ``append_env`` behaviour depending on Cosmos ``ExecutionMode`` by @pankajkoti in #954
* Expose the ``dbt`` graph in the ``DbtToAirflowConverter`` class by @tommyjxl in #886
* Improve dbt docs plugin rendering padding by @dwreeves in #876
* Add ``connect_retries`` to databricks profile to fix expensive integration failures by @jbandoro in #826
Expand Down
2 changes: 1 addition & 1 deletion cosmos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Contains dags, task groups, and operators.
"""
__version__ = "1.4.0rc1"
__version__ = "1.4.0"


from cosmos.airflow.dag import DbtDag
Expand Down

0 comments on commit 1a56809

Please sign in to comment.