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 7061fdd498 Fix weaviate changelog to bring back 1.4.2 (#40663)
7061fdd498 is described below
commit 7061fdd49808c0214ae302acc2d98ed23c4f92be
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Jul 9 10:52:22 2024 +0200
Fix weaviate changelog to bring back 1.4.2 (#40663)
The #40194 by mistake replaced 1.4.2 version with 2.0.0 rather than
adding it - this caused that 1.4.2 changes have been incorporated
into 2.0.0 and 1.4.2 is missing from the changelog.
This PR brings 1.4.2 back.
---
airflow/providers/weaviate/CHANGELOG.rst | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/airflow/providers/weaviate/CHANGELOG.rst
b/airflow/providers/weaviate/CHANGELOG.rst
index 4f01bf3210..404bbf534c 100644
--- a/airflow/providers/weaviate/CHANGELOG.rst
+++ b/airflow/providers/weaviate/CHANGELOG.rst
@@ -23,7 +23,6 @@ Changelog
2.0.0
......
-
Breaking changes
~~~~~~~~~~~~~~~~
@@ -46,7 +45,10 @@ Breaking changes
Bug Fixes
~~~~~~~~~
-* ``Fix mypy problems in new waeviate client (#40330)``
+* ``Fix mypy problems in new weaviate client (#40330)``
+
+1.4.2
+.....
Misc
~~~~