Skip to content

Commit

Permalink
Release 1.4.0 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikumv authored May 25, 2022
1 parent 416223d commit bb32a89
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Changelog
=========

1.4.0 (2022-05-25)
------------------

Enhancements
""""""""""""

- Enable Kerberos Authentication in ``HivePartitionSensorAsync`` and
``NamedHivePartitionSensorAsync``
(`#357 <https://github.com/astronomer/astronomer-providers/pull/357>`_)


Bug Fixes
"""""""""

- Fix example Redshift DAGs to catch appropriate exception during cluster deletion
(`#348 <https://github.com/astronomer/astronomer-providers/pull/348>`_)
- Move ``xcom_push`` call to ``execute`` method for all async operators
(`#371 <https://github.com/astronomer/astronomer-providers/pull/371>`_)




1.3.1 (2022-05-22)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "Astronomer Inc."

# The full version, including alpha/beta/rc tags
release = "1.4.0.dev1"
release = "1.4.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = astronomer-providers
version = 1.4.0.dev1
version = 1.4.0
url = https://github.com/astronomer/astronomer-providers/
author = Astronomer
author_email = [email protected]
Expand Down

0 comments on commit bb32a89

Please sign in to comment.