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 4b3b62ddbfb Add missing PR number in amazon changelog (#53880)
4b3b62ddbfb is described below
commit 4b3b62ddbfb5c61e739453ba9e11912cf3a39cc0
Author: Elad Kalif <[email protected]>
AuthorDate: Tue Jul 29 15:17:29 2025 +0300
Add missing PR number in amazon changelog (#53880)
---
providers/amazon/docs/changelog.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/providers/amazon/docs/changelog.rst
b/providers/amazon/docs/changelog.rst
index d81a69fe38f..18947134a88 100644
--- a/providers/amazon/docs/changelog.rst
+++ b/providers/amazon/docs/changelog.rst
@@ -68,7 +68,7 @@ Misc
* ``Handle ruff PT028 changes (#53235)``
* ``Create connection with API instead of directly through Session
(#53161)``
* ``Make dag_version_id in TI non-nullable (#50825)``
- * ``Changing import path to 'airflow.sdk' in Amazon provider package``
+ * ``Changing import path to 'airflow.sdk' in Amazon provider package
(#50659)``
9.10.0
......