Skip to content

Commit 6d43259

Browse files
committed
prep for release of 1.0.5
1 parent 4a5cb75 commit 6d43259

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.0.5 (UNRELEASED)
5+
## 1.0.5 (06/22/2018)
66
- [Issue#75](https://github.com/SourceLabOrg/kafka-webview/issues/75) Bugfix Add Jackson serializer that falls back to using toString() when consuming entries from Kafka.
77
- [Issue#72](https://github.com/SourceLabOrg/kafka-webview/issues/72) Bugfix User role input not displayed when creating new user.
88
- [Issue#81](https://github.com/SourceLabOrg/kafka-webview/issues/81) Bugfix Handle NoClassDefFoundError exceptions gracefully.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM openjdk:8-jre-alpine
55
MAINTAINER SourceLab.org <[email protected]>
66

77
## Define version to install
8-
ENV WV_VER=1.0.4
8+
ENV WV_VER=1.0.5
99

1010
# Create app and data directories
1111
RUN mkdir -p /app

0 commit comments

Comments
 (0)