Skip to content

Commit

Permalink
Release 1.6.0a7
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Aug 16, 2024
1 parent 4273d99 commit 31b437d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

1.6.0a1 (2024-07-05)
--------------------

New Features

* Add Teradata ``ProfileMapping`` by @sc250072 in #1077

Others

* Pre-commit hook updates in #1074


1.5.1 (2024-07-17)
------------------

Expand All @@ -15,6 +27,7 @@ Others
* Pre-commit hook updates in #1083, #1092



1.5.0 (2024-06-27)
------------------

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.6.0a6"
__version__ = "1.6.0a7"


from cosmos.airflow.dag import DbtDag
Expand Down

0 comments on commit 31b437d

Please sign in to comment.