Skip to content

Commit 8bc5cae

Browse files
committed
0.8 snapshot
1 parent 9a96720 commit 8bc5cae

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.8-SNAPSHOT]
8+
-
9+
710
## [0.7 - 24/07/2019]
811
- Kafka 2.1.1
912
- No-zookeeper ACL managing via admin client

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ TODO: Mention to look for inter broker protocol version before doing this
216216

217217
KSM Version | Kafka Version | Notes
218218
--- | --- | ---
219+
0.8-SNAPSHOT | 2.1.1 |
219220
0.7 | 2.1.1 | Kafka Based ACL refresher available (no zookeeper dependency)
220221
0.6 | 2.0.0 | important stability fixes - please update
221222
0.5 | 2.0.0 |

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "kafka-security-manager"
22

33
organization := "com.github.simplesteph.ksm"
44

5-
version := "0.7"
5+
version := "0.8"
66

77
scalaVersion := "2.12.8"
88

0 commit comments

Comments
 (0)