We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd5851 commit b7a61b8Copy full SHA for b7a61b8
CHANGELOG.md
@@ -2,6 +2,11 @@
2
The format is based on [Keep a Changelog](http://keepachangelog.com/)
3
and this project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 1.3.0 (UNRELEASED)
6
+
7
+### New Features
8
+- Added ability to configure sending a client certificate in order to authenicate Kafka-Connect REST endpoints.
9
10
## 1.2.0 (02/02/2019)
11
12
### New Features
pom.xml
@@ -6,7 +6,7 @@
<groupId>org.sourcelab</groupId>
<artifactId>kafka-connect-client</artifactId>
- <version>1.2.0</version>
+ <version>1.3.0</version>
<packaging>jar</packaging>
<!-- Require Maven 3.3.9 -->
0 commit comments