From 899a36d4aecddc168b8e545fcdc67e2554b28a45 Mon Sep 17 00:00:00 2001 From: Oliver Siegmar Date: Thu, 5 Sep 2024 06:38:49 +0200 Subject: [PATCH] prepare release --- CHANGELOG.md | 5 +++-- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee95d35..179f447 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.1.0] - 2024-09-05 ### Added - Support for external encoders like Spring's StructuredLogEncoder @@ -170,7 +170,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/osiegmar/logback-gelf/compare/v6.0.2...HEAD +[Unreleased]: https://github.com/osiegmar/logback-gelf/compare/v6.1.0...HEAD +[6.1.0]: https://github.com/osiegmar/logback-gelf/compare/v6.0.2...v6.1.0 [6.0.2]: https://github.com/osiegmar/logback-gelf/compare/v6.0.1...v6.0.2 [6.0.1]: https://github.com/osiegmar/logback-gelf/compare/v6.0.0...v6.0.1 [6.0.0]: https://github.com/osiegmar/logback-gelf/compare/v5.0.1...v6.0.0 diff --git a/build.gradle.kts b/build.gradle.kts index 2dc2df0..45e2026 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } group = "de.siegmar" -version = "6.1.0-SNAPSHOT" +version = "6.1.0" java { toolchain {