From d95ca6075016a746e18f30503347aa241476ba35 Mon Sep 17 00:00:00 2001 From: Marco Zanon Date: Wed, 9 Aug 2023 20:05:52 +0000 Subject: [PATCH] Released version 8.0.0, and fixed CHANGELOG accordingly. --- CHANGELOG | 5 ++++- src/main/java/com/marcozanon/macaco/MConstants.java | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d4fb55d..db1c870 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,5 +3,8 @@ Copyright (c) 2009-2023 Marco Zanon . See LICENSE for details. ================== -8.0.0 (xxxx-xx-xx) +8.0.0 (2023-08-09) ================== +* Switched from String to Path. +* Implemented log filter mark message appender. +* Replaced constant. diff --git a/src/main/java/com/marcozanon/macaco/MConstants.java b/src/main/java/com/marcozanon/macaco/MConstants.java index e3d474b..5404073 100644 --- a/src/main/java/com/marcozanon/macaco/MConstants.java +++ b/src/main/java/com/marcozanon/macaco/MConstants.java @@ -13,7 +13,7 @@ public class MConstants extends MObject { /* Generic information. */ - public static final String MACACO_VERSION = "8.x"; + public static final String MACACO_VERSION = "8.0.0"; /* Environment configuration. */ -- 2.30.2