diff --git a/CHANGELOG.md b/CHANGELOG.md index dd7989f..d36ec5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.7-SNAPSHOT] +## [0.7 - 24/07/2019] - Kafka 2.1.1 - No-zookeeper ACL managing via admin client - Scala 2.12.8, sbt 1.2.8 diff --git a/README.md b/README.md index 41c2c73..03478f0 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ TODO: Mention to look for inter broker protocol version before doing this KSM Version | Kafka Version | Notes --- | --- | --- -0.7-SNAPSHOT | 2.1.1 | Kafka Based ACL refresher (no zookeeper) +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 | 0.4 | 2.0.0 | important change: added column 'PatternType' in CSV diff --git a/build.sbt b/build.sbt index 875cfe6..86a846c 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "kafka-security-manager" organization := "com.github.simplesteph.ksm" -version := "0.7-SNAPSHOT" +version := "0.7" scalaVersion := "2.12.8"