Skip to content

Commit 2e7c5a7

Browse files
committed
0.3 version
1 parent 12e0bee commit 2e7c5a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.3 - SNAPSHOT]
7+
## [0.3] - 13/06/2018
88
- Added gRPC endpoint to perform API calls on KSM (the goal is to build a UI on top of KSM)
99
- Feature flag for gRPC server (off by default)
1010
- Added gRPC reflection service

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ The API is defined according to the proto file in [src/main/protobuf/](src/main/
164164

165165
KSM Version | Kafka Version
166166
--- | ---
167-
0.3-SNAPSHOT | 1.1.x (Upgrade recommended)
168-
0.2 | 1.1.x
167+
0.3 | 1.1.x
168+
0.2 | 1.1.x (upgrade to 0.3 recommended)
169169
0.1 | 1.0.x (might work for earlier versions)
170170

171171
# Contributing

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.3-SNAPSHOT"
5+
version := "0.3"
66

77
scalaVersion := "2.12.4"
88

0 commit comments

Comments
 (0)