Skip to content

Commit

Permalink
0.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
simplesteph committed May 5, 2018
1 parent 92bb7c0 commit fb6b2fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ 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).

## [Unreleased - 0.2]
## [0.2] - 05/05/2018
- Kafka 1.1.0
- Updated Embedded Kafka to v1.1.0-kafka1.1.0 (test dependency)


## [0.1] - 08/03/2017
## [0.1] - 08/03/2018
- Kafka 1.0.1
- Initial Release
- Travis CI automation
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.2-SNAPSHOT"
version := "0.2"

scalaVersion := "2.12.4"

Expand Down

0 comments on commit fb6b2fd

Please sign in to comment.