We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56bd109 commit fc2202fCopy full SHA for fc2202f
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
-## [0.11] - SNAPSHOT
+## [0.11] - 31/06/2021
8
- Renamed packages to `io.conduktor`
9
- Prepared release to sonatype and Maven
10
- Renamed `ksm.extract` config to `ksm.extract.enable` (breaking change)
build.sbt
@@ -16,7 +16,7 @@ inThisBuild(List(
16
name := "kafka-security-manager"
17
18
19
-version := "1.0-SNAPSHOT"
+version := "0.11"
20
21
scalaVersion := "2.12.8"
22
0 commit comments