Skip to content

Commit

Permalink
0.8 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
simplesteph committed Jul 24, 2019
1 parent 9a96720 commit 8bc5cae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.8-SNAPSHOT]
-

## [0.7 - 24/07/2019]
- Kafka 2.1.1
- No-zookeeper ACL managing via admin client
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ TODO: Mention to look for inter broker protocol version before doing this

KSM Version | Kafka Version | Notes
--- | --- | ---
0.8-SNAPSHOT | 2.1.1 |
0.7 | 2.1.1 | Kafka Based ACL refresher available (no zookeeper dependency)
0.6 | 2.0.0 | important stability fixes - please update
0.5 | 2.0.0 |
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "kafka-security-manager"

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

version := "0.7"
version := "0.8"

scalaVersion := "2.12.8"

Expand Down

0 comments on commit 8bc5cae

Please sign in to comment.