Skip to content

Commit ef5c9b3

Browse files
committed
1.0.1 - fix CI
1 parent c614b4a commit ef5c9b3

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/scala.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
PRE_RELEASE: "false"
5555
CHANGELOG_FILE: "CHANGELOG.md"
5656
ALLOW_EMPTY_CHANGELOG: "true"
57-
ALLOW_TAG_PREFIX: "true"
5857
with:
5958
args: |
6059
target/universal/kafka-security-manager-*.zip

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.1/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [1.0.0] - 06/02/2022
7+
## [1.0.1] - 06/02/2022
88
- Fixed log4j dependency
99
- Added Google IAM
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ You can then use place this CSV anywhere and use it as your source of truth.
263263

264264
KSM Version | Kafka Version | Notes
265265
--- | --- | ---
266-
1.0.0 | 2.8.x | updated log4j dependency
266+
1.0.1 | 2.8.x | updated log4j dependency
267267
0.11.0 | 2.5.x | renamed packages to `io.conduktor`. Breaking change on extract config name
268268
0.10.0 | 2.5.x | YAML support<br>Add configurable num failed refreshes before notification
269269
0.9 | 2.5.x | Upgrade to Kafka 2.5.x

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ThisBuild /developers := List(
1212

1313
name := "kafka-security-manager"
1414

15-
version := "1.0.0"
15+
version := "1.0.1"
1616

1717
scalaVersion := "2.12.15"
1818

0 commit comments

Comments
 (0)