Skip to content

Commit

Permalink
Release 1.6.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti committed Jul 17, 2024
1 parent 3943e06 commit 422276e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
Changelog
=========

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

New Features

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

Bug fixes

* Fix Teradata Profile mapping issue by @sc250072 in #1088

Others

* Pre-commit hook updates in #1074
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.0a1"
__version__ = "1.6.0a2"


from cosmos.airflow.dag import DbtDag
Expand Down

0 comments on commit 422276e

Please sign in to comment.