diff --git a/README.md b/README.md
index 9bcf17d..d4d5f3b 100644
--- a/README.md
+++ b/README.md
@@ -4,13 +4,11 @@ The SQS connector plugin provides the ability to use AWS SQS queues as both a so
## Compatibility Matrix
|Connector version|Kafka Connect API|AWS SDK|
|:---|:---|:---|
-|1.1.0|2.2.0|1.11.501|
-|1.2.0|2.3.0|1.11.924|
-|1.3.0|2.8.1|1.11.1034|
|1.4.0|3.1.1|1.12.241|
|1.5.0|3.3.2|1.12.409|
+|1.6.0|3.4.1|1.12.669|
-Due to a compatibility issue with [Apache httpcomponents](http://hc.apache.org/), connector versions 1.1.0 and earlier may not work with Kafka Connect versions greater than 2.2
+We don't recommend running the connector on versions of Kafka Connect prior to 3.0.
# Building
You can build the connector with Maven using the standard lifecycle goals:
diff --git a/pom.xml b/pom.xml
index 2e0dcf5..d4fbc3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,8 +41,8 @@
2.22.1
3.0.0
- 1.12.409
- 3.3.2
+ 1.12.669
+ 3.4.1
1.7.36