Skip to content

Commit d6e409d

Browse files
authored
Bump kafka client version (#139)
* Bump kafka client version * Update Changelog
1 parent 0537e44 commit d6e409d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
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-
## 2.1.4 (UNRELEASED)
5+
## 2.1.4 (02/19/2019)
66
- [ISSUE-136](https://github.com/SourceLabOrg/kafka-webview/issues/136) Fix URLs when running Kafka-Webview behind a reverse proxy with a URL prefix. You can configure Kafka WebView by setting the following configuration option in your config.yml file:
7+
- Updated Kafka Client library version from 2.0.0 to 2.0.1
78

89
```yml
910
server:

kafka-webview-ui/pom.xml

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

3434
<avro.version>1.8.2</avro.version>
3535
<bootstrap.version>4.0.0-beta</bootstrap.version>
36-
<kafka.version>2.0.0</kafka.version>
36+
<kafka.version>2.0.1</kafka.version>
3737
<protobuf.version>3.6.1</protobuf.version>
3838
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
3939
</properties>

0 commit comments

Comments
 (0)