Skip to content

Commit

Permalink
0.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
simplesteph committed Jun 13, 2018
1 parent 12e0bee commit 2e7c5a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.3-SNAPSHOT"
version := "0.3"

scalaVersion := "2.12.4"

Expand Down

0 comments on commit 2e7c5a7

Please sign in to comment.