Skip to content

Commit 2df33eb

Browse files
committed
release 6.0.0
1 parent 981b2b7 commit 2df33eb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## [Unreleased]
7+
## [6.0.0] - 2024-04-04
88
### Added
99
- HTTP appender for sending GELF messages via HTTP
1010

@@ -157,7 +157,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
157157

158158
- Initial release
159159

160-
[Unreleased]: https://github.com/osiegmar/logback-gelf/compare/v5.0.1...master
160+
[6.0.0]: https://github.com/osiegmar/logback-gelf/compare/v5.0.1...v6.0.0
161161
[5.0.1]: https://github.com/osiegmar/logback-gelf/compare/v5.0.0...v5.0.1
162162
[5.0.0]: https://github.com/osiegmar/logback-gelf/compare/v4.0.2...v5.0.0
163163
[4.0.2]: https://github.com/osiegmar/logback-gelf/compare/v4.0.1...v4.0.2

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 = "6.0.0-SNAPSHOT"
12+
version = "6.0.0"
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.1</version>
6+
<version>6.0.0</version>
77
<dependencies>
88
<dependency>
99
<groupId>ch.qos.logback</groupId>
1010
<artifactId>logback-classic</artifactId>
11-
<version>1.4.14</version>
11+
<version>1.5.3</version>
1212
</dependency>
1313
</dependencies>
1414
</project>

0 commit comments

Comments
 (0)