diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e4a98b..ceea668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [6.0.1] - 2024-04-13 +### Fixed +- Setting uri in GelfHttpAppender (#103) + ## [6.0.0] - 2024-04-04 ### Added - HTTP appender for sending GELF messages via HTTP diff --git a/build.gradle.kts b/build.gradle.kts index da8ba24..51417c7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } group = "de.siegmar" -version = "6.0.0" +version = "6.0.1" java { toolchain {