From 4e254b05101fcdcb5c270d071c88f24aeba54b66 Mon Sep 17 00:00:00 2001 From: BillFarber Date: Sun, 3 Jan 2021 15:36:19 -0500 Subject: [PATCH] Bump the build version to release v1.6.0 and update the changelog. --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 284564c..41f71b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.6.0](https://github.com/marklogic-community/kafka-marklogic-connector/releases/tag/1.5.0) (2021-1-3) + [Full Changelog](https://github.com/marklogic-community/kafka-marklogic-connector/compare/1.6.0...master) + +- Ensuring optional parameters are actually optional and do not cause a crash when they are not included. +- Fixing some Boolean and Integer casts now that the initial configuration object is a Hashmap of instead of . Also fixed some tests that used that configuration object. +- Updating the build to use the ML client api v5.3.0 and the ML data hub v5.2.4. This should solve problems with running the connector with Java 11. + ## [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) diff --git a/gradle.properties b/gradle.properties index a37829d..ab3a2da 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.marklogic -version=1.5.2 +version=1.6.0 # For the Confluent Connector Archive componentOwner=marklogic