diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 66e9af5eaa..372d108b03 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,20 @@ Changelog ========= +1.5.1 (2024-07-17) +------------------ + +Bug fixes + +* Fix getting temporary AWS credentials with assume_role by @piotrkubicki in #1081 +* Fix issue 'No such file or directory' by @tatiana in #1097 + +Others + +* Change Cosmos dev status from alpha to prod by @tatiana in #1098 +* Pre-commit hook updates in #1083, #1092 + + 1.5.0 (2024-06-27) ------------------ diff --git a/cosmos/__init__.py b/cosmos/__init__.py index cfaa5def3e..1a00036f15 100644 --- a/cosmos/__init__.py +++ b/cosmos/__init__.py @@ -5,7 +5,7 @@ Contains dags, task groups, and operators. """ -__version__ = "1.5.0" +__version__ = "1.5.1" from cosmos.airflow.dag import DbtDag