From 8b147f39cb01a6983495c2b79b402ec226506461 Mon Sep 17 00:00:00 2001 From: Hakky54 Date: Mon, 27 Nov 2023 10:30:25 +0100 Subject: [PATCH] Updated docs --- CHANGELOG.MD | 4 ++++ README.md | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 5bf43da..952796e 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -3,6 +3,10 @@ This list is not intended to be all-encompassing - it will document major and breaking API changes with their rationale when appropriate: +### v2.9.1 +- Bumped transitive dependencies +- Made disabling console output NPE safe +- ### v2.9.0 - Bumped transitive dependencies - Added option to disable console output diff --git a/README.md b/README.md index 2396c12..4ff56c2 100644 --- a/README.md +++ b/README.md @@ -20,21 +20,21 @@ io.github.hakky54 logcaptor - 2.9.0 + 2.9.1 test ``` ### Install with Gradle ```groovy -testImplementation 'io.github.hakky54:logcaptor:2.9.0' +testImplementation 'io.github.hakky54:logcaptor:2.9.1' ``` ### Install with Scala SBT ``` -libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.9.0" % Test +libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.9.1" % Test ``` ### Install with Apache Ivy ```xml - + ``` ## Table of contents