File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
3
3
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## 1.3.0 (UNRELEASED )
5
+ ## 1.3.0 (02/06/2019 )
6
6
7
7
### New Features
8
- - Added ability to configure sending a client certificate in order to authenicate Kafka-Connect REST endpoints.
8
+ - Added ability to configure sending a client certificate in order to authenticate Kafka-Connect REST endpoints.
9
9
10
10
## 1.2.0 (02/02/2019)
11
11
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This client library is released on Maven Central. Add a new dependency to your
12
12
<dependency >
13
13
<groupId >org.sourcelab</groupId >
14
14
<artifactId >kafka-connect-client</artifactId >
15
- <version >1.2 .0</version >
15
+ <version >1.3 .0</version >
16
16
</dependency >
17
17
```
18
18
You can’t perform that action at this time.
0 commit comments