Skip to content

Commit

Permalink
Release version 1.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Peilicke <[email protected]>
saschpe committed Jul 11, 2022
1 parent 95ea51c commit c29bfdf
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.2] - 2022-07-11

- Added SLF4J `MDC` wrapper

## [1.2.1] - 2022-07-11
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ repositories {
}

dependencies {
implementation("de.peilicke.sascha:log4k:1.2.1")
implementation("de.peilicke.sascha:log4k:1.2.2")
}
```

2 changes: 1 addition & 1 deletion log4k-slf4j/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ android {
}

group = "de.peilicke.sascha"
version = "1.2.1"
version = "1.2.2"

val javadocJar by tasks.registering(Jar::class) {
archiveClassifier.set("javadoc")
2 changes: 1 addition & 1 deletion log4k/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ android {
}

group = "de.peilicke.sascha"
version = "1.2.1"
version = "1.2.2"

val javadocJar by tasks.registering(Jar::class) {
archiveClassifier.set("javadoc")

0 comments on commit c29bfdf

Please sign in to comment.