Skip to content

Commit 3754c11

Browse files
author
Stephen Powis
committed
prep for release of 1.1.0
1 parent f64b161 commit 3754c11

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
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.1.0 (UNRELEASED)
5+
## 1.1.0 (01/30/2019)
66

77
### New Features
88
- Added ability to communicate with Kafka-Connect REST endpoints using SSL. More can be found in README.
99

1010
### Internal Dependency Updates
11-
- Updated Guava from 24.0-JRE to 25.0-JRE for [CVE-2018-10237](https://github.com/google/guava/wiki/CVE-2018-10237).
11+
- Updated Guava from 24.0-JRE to 27.0-JRE for [CVE-2018-10237](https://github.com/google/guava/wiki/CVE-2018-10237).
1212
- Replace internal calls to Guava's Preconditions with Objects.requireNonNull()
13+
- Jackson updated from 2.9.5 to 2.9.8 for several CVEs.
1314

1415
## 1.0.3 (04/16/2018)
1516
- More specific exception classes thrown when requests fail.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.sourcelab</groupId>
88
<artifactId>kafka-connect-client</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
<packaging>jar</packaging>
1111

1212
<!-- Require Maven 3.3.9 -->

0 commit comments

Comments
 (0)