Skip to content

Commit cb78656

Browse files
author
Stephen Powis
committed
Prep for release
1 parent 50e1874 commit cb78656

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
The format is based on [Keep a Changelog](http://keepachangelog.com/)
33
and this project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## 1.3.0 (UNRELEASED)
5+
## 1.3.0 (02/06/2019)
66

77
### 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.
99

1010
## 1.2.0 (02/02/2019)
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This client library is released on Maven Central. Add a new dependency to your
1212
<dependency>
1313
<groupId>org.sourcelab</groupId>
1414
<artifactId>kafka-connect-client</artifactId>
15-
<version>1.2.0</version>
15+
<version>1.3.0</version>
1616
</dependency>
1717
```
1818

0 commit comments

Comments
 (0)