From 4428e944bce3ac6772fc3936b59c1ca1c8cafa17 Mon Sep 17 00:00:00 2001 From: Abbas Hussain Date: Fri, 8 May 2020 09:56:58 -0700 Subject: [PATCH 1/2] Add supported OS versions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 77e9d557..909ab8b2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ ElasticsearchODBC is a read-only ODBC driver for Windows and Mac for connecting The driver is compatible with ODBC 3.51. +## Supported Versions + + + | Operating System | Version | + | ------------- |-------------| + | Windows | Windows 10 | + | MacOS | Mojave 10.14.6 | + ## Installing the Driver You can use the installers generated as part of the most recent release. From a2dd52ff040218da6fea6770b5fca8e0ca71019c Mon Sep 17 00:00:00 2001 From: Abbas Hussain Date: Fri, 8 May 2020 10:23:32 -0700 Subject: [PATCH 2/2] Add MacOS Catalina as supported version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 909ab8b2..91012e5f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The driver is compatible with ODBC 3.51. | Operating System | Version | | ------------- |-------------| | Windows | Windows 10 | - | MacOS | Mojave 10.14.6 | + | MacOS | Catalina 10.15.4, Mojave 10.14.6 | ## Installing the Driver