This is an automated email from the ASF dual-hosted git repository.
potiuk 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 c297f55d7a Fixing the version for mongo provider (#37250)
c297f55d7a is described below
commit c297f55d7aa39fda69530887f1dcfcea8a951463
Author: Amogh Desai <[email protected]>
AuthorDate: Thu Feb 8 23:58:02 2024 +0530
Fixing the version for mongo provider (#37250)
* Fixing the version for mongo provider
* Adding to provider.yaml
---
airflow/providers/mongo/CHANGELOG.rst | 2 +-
airflow/providers/mongo/provider.yaml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/airflow/providers/mongo/CHANGELOG.rst
b/airflow/providers/mongo/CHANGELOG.rst
index f7953ef77a..bffa60faf4 100644
--- a/airflow/providers/mongo/CHANGELOG.rst
+++ b/airflow/providers/mongo/CHANGELOG.rst
@@ -27,7 +27,7 @@
Changelog
---------
-3.7.0
+4.0.0
......
Breaking changes
diff --git a/airflow/providers/mongo/provider.yaml
b/airflow/providers/mongo/provider.yaml
index 28f9ba8416..1a91b2536e 100644
--- a/airflow/providers/mongo/provider.yaml
+++ b/airflow/providers/mongo/provider.yaml
@@ -24,6 +24,7 @@ description: |
state: ready
source-date-epoch: 1705912168
versions:
+ - 4.0.0
- 3.6.0
- 3.5.0
- 3.4.0