Released version 8.0.0, and fixed CHANGELOG accordingly. 8.0.0
authorMarco Zanon <info@marcozanon.com>
Wed, 9 Aug 2023 20:05:52 +0000 (20:05 +0000)
committerMarco Zanon <info@marcozanon.com>
Wed, 9 Aug 2023 20:05:52 +0000 (20:05 +0000)
CHANGELOG
src/main/java/com/marcozanon/macaco/MConstants.java

index d4fb55d150abedb1bd061360f12e0cbdaf8d5d78..db1c8704dda4da3fde8431afb408b87b39205b7a 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,5 +3,8 @@ Copyright (c) 2009-2023 Marco Zanon <info@marcozanon.com>.
 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.
index e3d474b433d502b6a86492a5a23fafb95866ad4d..540407387573d94e13cb5c083bb4c4ce05e327e8 100644 (file)
@@ -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. */