Skip to content

Commit

Permalink
1.0.1 - fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simplesteph committed Jan 6, 2022
1 parent c614b4a commit ef5c9b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
PRE_RELEASE: "false"
CHANGELOG_FILE: "CHANGELOG.md"
ALLOW_EMPTY_CHANGELOG: "true"
ALLOW_TAG_PREFIX: "true"
with:
args: |
target/universal/kafka-security-manager-*.zip
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog
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/)
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.1/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.0] - 06/02/2022
## [1.0.1] - 06/02/2022
- Fixed log4j dependency
- Added Google IAM

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ You can then use place this CSV anywhere and use it as your source of truth.

KSM Version | Kafka Version | Notes
--- | --- | ---
1.0.0 | 2.8.x | updated log4j dependency
1.0.1 | 2.8.x | updated log4j dependency
0.11.0 | 2.5.x | renamed packages to `io.conduktor`. Breaking change on extract config name
0.10.0 | 2.5.x | YAML support<br>Add configurable num failed refreshes before notification
0.9 | 2.5.x | Upgrade to Kafka 2.5.x
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ThisBuild /developers := List(

name := "kafka-security-manager"

version := "1.0.0"
version := "1.0.1"

scalaVersion := "2.12.15"

Expand Down

0 comments on commit ef5c9b3

Please sign in to comment.