diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d8ded..284564c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.5.0](https://github.com/marklogic-community/kafka-marklogic-connector/releases/tag/1.5.0) (2020-11-14) + [Full Changelog](https://github.com/marklogic-community/kafka-marklogic-connector/compare/1.5.0...master) + +- Added options for logging incoming record keys and headers after write failures +- Updated the AWS CloudFormation Quick Start document +- Added documentation for using the connector with the AWS MSK (Kafka as a Service) + ## [1.4.0](https://github.com/marklogic-community/kafka-marklogic-connector/releases/tag/1.4.0) (2020-10-12) [Full Changelog](https://github.com/marklogic-community/kafka-marklogic-connector/compare/1.4.0...master) diff --git a/gradle.properties b/gradle.properties index daa7ae5..89cb60b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.marklogic -version=1.4.0 +version=1.5.0 # For the Confluent Connector Archive componentOwner=marklogic