Skip to content

Commit fb6b2fd

Browse files
committed
0.2 version
1 parent 92bb7c0 commit fb6b2fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ 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-
## [Unreleased - 0.2]
7+
## [0.2] - 05/05/2018
88
- Kafka 1.1.0
99
- Updated Embedded Kafka to v1.1.0-kafka1.1.0 (test dependency)
1010

1111

12-
## [0.1] - 08/03/2017
12+
## [0.1] - 08/03/2018
1313
- Kafka 1.0.1
1414
- Initial Release
1515
- Travis CI automation

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

77
scalaVersion := "2.12.4"
88

0 commit comments

Comments
 (0)