Skip to content

Commit

Permalink
Release version 1.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Peilicke <sascha@peilicke.de>
  • Loading branch information
saschpe committed Mar 23, 2024
1 parent 1f398fa commit c0e73bc
Show file tree
Hide file tree
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
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.4] - 2024-03-23
### Changed
- Allow empty log messages if you only want to create a log entry about a function being called.
- Add more Apple ARM64 platforms: macOS, tvOS, watchOS
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}

dependencies {
implementation("de.peilicke.sascha:log4k:1.2.3")
implementation("de.peilicke.sascha:log4k:1.2.4")
}
```

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

group = "de.peilicke.sascha"
version = "1.2.3"
version = "1.2.4"

publishing {
publications.withType<MavenPublication> {
Expand Down
2 changes: 1 addition & 1 deletion log4k/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
}

group = "de.peilicke.sascha"
version = "1.2.3"
version = "1.2.4"

publishing {
publications.withType<MavenPublication> {
Expand Down

0 comments on commit c0e73bc

Please sign in to comment.