diff --git a/CHANGELOG.md b/CHANGELOG.md index cd97cdb..9683ce5 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). -## [4.0.2] - 2021-12-14 +## [4.0.2] - 2021-12-22 ### Changed - Update dependency to logback 1.2.9 [\#72](https://github.com/osiegmar/logback-gelf/issues/72) diff --git a/build.gradle b/build.gradle index 3d6e309..981f1f9 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = "de.siegmar" -version = "4.0.1" +version = "4.0.2" java { toolchain {