Skip to content

Commit

Permalink
Bump the build version to release v1.6.0 and update the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
BillFarber committed Jan 3, 2021
1 parent 91fa572 commit 4e254b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <String, Object> instead of <String, String>. 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)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.marklogic
version=1.5.2
version=1.6.0

# For the Confluent Connector Archive
componentOwner=marklogic
Expand Down

0 comments on commit 4e254b0

Please sign in to comment.