This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 128f6b9e40 Add missing header into `common.sql` changelog (#34910)
128f6b9e40 is described below
commit 128f6b9e40c4cf96f900629294175f9c5babd703
Author: Andrey Anshin <[email protected]>
AuthorDate: Fri Oct 13 14:39:52 2023 +0400
Add missing header into `common.sql` changelog (#34910)
---
airflow/providers/common/sql/CHANGELOG.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/airflow/providers/common/sql/CHANGELOG.rst
b/airflow/providers/common/sql/CHANGELOG.rst
index f2cce99a0d..298727eafa 100644
--- a/airflow/providers/common/sql/CHANGELOG.rst
+++ b/airflow/providers/common/sql/CHANGELOG.rst
@@ -20,8 +20,10 @@
and you want to add an explanation to the users on how they are supposed
to deal with them.
The changelog is updated and maintained semi-automatically by release
manager.
+``apache-airflow-providers-common-sql``
-------
+Changelog
+---------
1.7.2
.....