diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e6c66e0edd..afaf70de3b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,6 +22,19 @@ Enhancements * Unify airflow version handling into ``constants.py`` by @tatiana in #2089 * Refactor ``airflow/graph.py`` to simplify code-base by @tatiana in #2080 +1.11.2 (2025-11-24) +-------------------- + +Bug fixes + +* Force ``DbtProducerWatcherOperator`` retries to zero by @pankajkoti in #2114 +* Fail ``DbtConsumerWatcherSensor`` tasks immediately when the ``DbtProducerWatcherOperator`` fails using Airflow context by @pankajkoti in #2126 +* Fix forwarding ``DbtProducerWatcherOperator`` ``dbt build`` flags by @michal-mrazek in #2127 + +Documentation + +* Expand ``ExecutionMode.KUBERNETES`` guidance by @tatiana in #2139 +* Document dataset-event limitation when using ``ExecutionMode.AIRFLOW_ASYNC`` by @varaprasadregani in #2143 1.11.1 (2025-11-12) --------------------