Skip to content

Commit 1259b4a

Browse files
committed
Prepare 5.0.1 release
1 parent 3b20ae4 commit 1259b4a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [5.0.1] - 2023-12-10
8+
### Changed
9+
- Update to Logback 1.4.14
10+
711
## [5.0.0] - 2023-10-21
812
### Added
913
- Support for key value pairs

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "de.siegmar"
12-
version = "5.0.0"
12+
version = "5.0.1"
1313

1414
java {
1515
toolchain {

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.siegmar</groupId>
55
<artifactId>logback-gelf</artifactId>
6-
<version>5.0.0</version>
6+
<version>5.0.1</version>
77
<dependencies>
88
<dependency>
99
<groupId>ch.qos.logback</groupId>
1010
<artifactId>logback-classic</artifactId>
11-
<version>1.4.11</version>
11+
<version>1.4.14</version>
1212
</dependency>
1313
</dependencies>
1414
</project>

0 commit comments

Comments
 (0)