From 5c045e4a05d1dbd9e4440f85ea7dba3d8ab233d5 Mon Sep 17 00:00:00 2001 From: Sebastian Gabor Date: Thu, 2 Jan 2025 21:57:11 +0100 Subject: [PATCH] version updated --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 179f447..d07023d 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.1.1] - 2025-02-01 +### Changed +- Update dependency to logback 1.5.15 + ## [6.1.0] - 2024-09-05 ### Added - Support for external encoders like Spring's StructuredLogEncoder diff --git a/README.md b/README.md index 282ee5b..2027bb1 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ dependencies. ## Requirements - Java 11 -- Logback 1.5.7 +- Logback 1.5.15 ## Examples