Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmei committed Jan 27, 2022
1 parent 42d5ae7 commit 45c2dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ A Kafka Connect sink plugin to invoke AWS Lambda functions.
|1.1.0|2.2.0|1.11.592|
|1.1.1|2.2.0|1.11.592|
|1.2.0|2.3.0|1.11.651|
|1.3.0|2.8.1|1.11.1034|

Due to a compatibility issue with [Apache httpcomponents](http://hc.apache.org/), connector versions 1.1.1 and earlier may not work with Kafka Connect versions greater than 2.2

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.nordstrom.kafka.connect.lambda</groupId>
<artifactId>kafka-connect-lambda</artifactId>
<version>1.2.2</version>
<version>1.3.0</version>

<name>kafka-connect-lambda</name>
<description>A Kafka Connect Connector for kafka-connect-lambda</description>
Expand Down

0 comments on commit 45c2dda

Please sign in to comment.