Skip to content

Commit 4e254b0

Browse files
committed
Bump the build version to release v1.6.0 and update the changelog.
1 parent 91fa572 commit 4e254b0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.6.0](https://github.com/marklogic-community/kafka-marklogic-connector/releases/tag/1.5.0) (2021-1-3)
4+
[Full Changelog](https://github.com/marklogic-community/kafka-marklogic-connector/compare/1.6.0...master)
5+
6+
- Ensuring optional parameters are actually optional and do not cause a crash when they are not included.
7+
- Fixing some Boolean and Integer casts now that the initial configuration object is a Hashmap of <String, Object> instead of <String, String>. Also fixed some tests that used that configuration object.
8+
- 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.
9+
310
## [1.5.0](https://github.com/marklogic-community/kafka-marklogic-connector/releases/tag/1.5.0) (2020-11-14)
411
[Full Changelog](https://github.com/marklogic-community/kafka-marklogic-connector/compare/1.5.0...master)
512

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.marklogic
2-
version=1.5.2
2+
version=1.6.0
33

44
# For the Confluent Connector Archive
55
componentOwner=marklogic

0 commit comments

Comments
 (0)