From 2e7c5a7683879993b95bb2cba32dbaa6af81d369 Mon Sep 17 00:00:00 2001 From: Stephane Maarek Date: Wed, 13 Jun 2018 11:21:39 +0800 Subject: [PATCH] 0.3 version --- CHANGELOG.md | 2 +- README.md | 4 ++-- build.sbt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 912873c..44886ae 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.3 - SNAPSHOT] +## [0.3] - 13/06/2018 - Added gRPC endpoint to perform API calls on KSM (the goal is to build a UI on top of KSM) - Feature flag for gRPC server (off by default) - Added gRPC reflection service diff --git a/README.md b/README.md index b80ba46..b98d563 100644 --- a/README.md +++ b/README.md @@ -164,8 +164,8 @@ The API is defined according to the proto file in [src/main/protobuf/](src/main/ KSM Version | Kafka Version --- | --- -0.3-SNAPSHOT | 1.1.x (Upgrade recommended) -0.2 | 1.1.x +0.3 | 1.1.x +0.2 | 1.1.x (upgrade to 0.3 recommended) 0.1 | 1.0.x (might work for earlier versions) # Contributing diff --git a/build.sbt b/build.sbt index b5f63b4..2d8ad31 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "kafka-security-manager" organization := "com.github.simplesteph.ksm" -version := "0.3-SNAPSHOT" +version := "0.3" scalaVersion := "2.12.4"