From 2df33eb38ac0ae0aded0e1e180c5a9a0af4feee2 Mon Sep 17 00:00:00 2001 From: Oliver Siegmar Date: Thu, 4 Apr 2024 07:50:51 +0200 Subject: [PATCH] release 6.0.0 --- CHANGELOG.md | 4 ++-- build.gradle.kts | 2 +- pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58de4f7..2e4a98b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. 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] +## [6.0.0] - 2024-04-04 ### Added - HTTP appender for sending GELF messages via HTTP @@ -157,7 +157,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/osiegmar/logback-gelf/compare/v5.0.1...master +[6.0.0]: https://github.com/osiegmar/logback-gelf/compare/v5.0.1...v6.0.0 [5.0.1]: https://github.com/osiegmar/logback-gelf/compare/v5.0.0...v5.0.1 [5.0.0]: https://github.com/osiegmar/logback-gelf/compare/v4.0.2...v5.0.0 [4.0.2]: https://github.com/osiegmar/logback-gelf/compare/v4.0.1...v4.0.2 diff --git a/build.gradle.kts b/build.gradle.kts index a490ea7..da8ba24 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } group = "de.siegmar" -version = "6.0.0-SNAPSHOT" +version = "6.0.0" java { toolchain { diff --git a/pom.xml b/pom.xml index 6db0478..b449146 100644 --- a/pom.xml +++ b/pom.xml @@ -3,12 +3,12 @@ 4.0.0 de.siegmar logback-gelf - 5.0.1 + 6.0.0 ch.qos.logback logback-classic - 1.4.14 + 1.5.3