Skip to content

Commit

Permalink
0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
simplesteph committed Jan 28, 2019
1 parent 9064ca9 commit 8c1cd9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.6-SNAPSHOT]
## [0.6] - 28/01/2019
- Added Bitbucket Server as an ACL source
- Added sample ACL rules for a schema registry user
- Important stability fixes in case of source refresh issue
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ TODO: Mention to look for inter broker protocol version before doing this

KSM Version | Kafka Version | Notes
--- | --- | ---
0.6-SNAPSHOT | 2.0.0 | important stability fixes - please update
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
0.3 | 1.1.x |
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.6-SNAPSHOT"
version := "0.6"

scalaVersion := "2.12.4"

Expand Down

0 comments on commit 8c1cd9e

Please sign in to comment.