From 8bc5cae22d251f57fcf9fdfc395bb791c9212742 Mon Sep 17 00:00:00 2001 From: Stephane Maarek Date: Wed, 24 Jul 2019 15:53:06 +0300 Subject: [PATCH] 0.8 snapshot --- CHANGELOG.md | 3 +++ README.md | 1 + build.sbt | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d36ec5e..b4d95d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 03478f0..b28ee6b 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/build.sbt b/build.sbt index 86a846c..bcbff79 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "kafka-security-manager" organization := "com.github.simplesteph.ksm" -version := "0.7" +version := "0.8" scalaVersion := "2.12.8"