From 7004da028c18f292fc8ea9c1371e973a1292c28d Mon Sep 17 00:00:00 2001 From: Luke Petschauer Date: Wed, 13 Mar 2024 12:00:51 -0700 Subject: [PATCH] Update README.md for 2024.1 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f39d5e3..af1142f5 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ This project consists of documentation, example files, the Tableau Datasource Verification Tool (TDVT) test harness, and a packaging tool that you can use to build and customize a Tableau Connector that uses an ODBC or JDBC driver. -The latest version of the SDK is always targeted towards the latest, non-beta version of Tableau. Right now, this is **Tableau Desktop/Server 2023.3**. This means that the samples may not work on older versions of Tableau, and connectors packaged with newer versions of the SDK may not work in older versions of Tableau. You can download past releases of the SDK to work with older versions of Tableau if necessary. +The latest version of the SDK is always targeted towards the latest, non-beta version of Tableau. Right now, this is **Tableau Desktop/Server 2024.1**. This means that the samples may not work on older versions of Tableau, and connectors packaged with newer versions of the SDK may not work in older versions of Tableau. You can download past releases of the SDK to work with older versions of Tableau if necessary. | Tool | Latest Version | |--------------------------------------------------|---------------------| +| Connector SDK for Tableau 2024.1 | 03-13-2024 | | [Connector SDK for Tableau 2023.2](https://github.com/tableau/connector-plugin-sdk/tree/tableau-2023.2) | 11-06-2023 | | Connector SDK for Tableau 2023.1 | 06-15-2023 | | Connector SDK for Tableau 2022.4 | 03-15-2023 |