This is an automated email from the ASF dual-hosted git repository.

fcsaky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git


The following commit(s) were added to refs/heads/main by this push:
     new dce6c76  [hotfix][docs] Update doc version
dce6c76 is described below

commit dce6c765dfaae8d2154c3442652b72b1b5b8855f
Author: Ferenc Csaky <[email protected]>
AuthorDate: Fri Feb 6 18:38:23 2026 +0100

    [hotfix][docs] Update doc version
---
 docs/data/dynamodb.yml | 3 ++-
 docs/data/firehose.yml | 3 ++-
 docs/data/kinesis.yml  | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/docs/data/dynamodb.yml b/docs/data/dynamodb.yml
index 8f874b6..765ec8d 100644
--- a/docs/data/dynamodb.yml
+++ b/docs/data/dynamodb.yml
@@ -16,7 +16,8 @@
 # limitations under the License.
 
################################################################################
 
-version: 5.1-SNAPSHOT
+version: 6.0.0
+flink_compatibility: [ "2.0" ]
 variants:
   - maven: flink-connector-dynamodb
     sql_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-dynamodb/$full_version/flink-sql-connector-dynamodb-$full_version.jar
diff --git a/docs/data/firehose.yml b/docs/data/firehose.yml
index cafc495..83480e0 100644
--- a/docs/data/firehose.yml
+++ b/docs/data/firehose.yml
@@ -16,7 +16,8 @@
 # limitations under the License.
 
################################################################################
 
-version: 5.1-SNAPSHOT
+version: 6.0.0
+flink_compatibility: [ "2.0" ]
 variants:
   - maven: flink-connector-aws-kinesis-firehose
     sql_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-aws-kinesis-firehose/$full_version/flink-sql-connector-aws-kinesis-firehose-$full_version.jar
diff --git a/docs/data/kinesis.yml b/docs/data/kinesis.yml
index 441c597..5515819 100644
--- a/docs/data/kinesis.yml
+++ b/docs/data/kinesis.yml
@@ -16,7 +16,8 @@
 # limitations under the License.
 
################################################################################
 
-version: 5.1-SNAPSHOT
+version: 6.0.0
+flink_compatibility: [ "2.0" ]
 variants:
   - maven: flink-connector-kinesis
     sql_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-kinesis/$full_version/flink-sql-connector-kinesis-$full_version.jar

Reply via email to