From 2e1be27e3421321c720983457855248b4c5972ed Mon Sep 17 00:00:00 2001 From: Hakky54 Date: Wed, 31 Jan 2024 00:42:56 +0100 Subject: [PATCH] updated docs --- CHANGELOG.MD | 2 ++ README.md | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 432e4aa..23b19a6 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -3,6 +3,8 @@ This list is not intended to be all-encompassing - it will document major and breaking API changes with their rationale when appropriate: +### v2.7.11 +- Added option to disable console output (Backport) ### v2.7.10 - Bumped transitive dependencies - Added toString method for LogEvent diff --git a/README.md b/README.md index 5fc4200..8e68ab8 100644 --- a/README.md +++ b/README.md @@ -20,21 +20,21 @@ io.github.hakky54 logcaptor - 2.7.10 + 2.7.11 test ``` ### Install with Gradle ```groovy -testImplementation 'io.github.hakky54:logcaptor:2.7.10' +testImplementation 'io.github.hakky54:logcaptor:2.7.11' ``` ### Install with Scala SBT ``` -libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.7.10" % Test +libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.7.11" % Test ``` ### Install with Apache Ivy ```xml - + ``` ## Table of contents