File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
55and 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group = " de.siegmar"
12- version = " 6.0.0-SNAPSHOT "
12+ version = " 6.0.0"
1313
1414java {
1515 toolchain {
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments