From 6054c098a226f08818faf0b10d6313563a0a37e3 Mon Sep 17 00:00:00 2001 From: David Estes Date: Fri, 9 Feb 2024 14:10:04 -0500 Subject: [PATCH] upgrade --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6571698..9a8fd12 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ dependencies { ## What's New +* **0.7.6** SLF4j 1.7.36 upgrade to reduce CVE's * **0.7.5** For Tuple with boolean conditionals as value expression did not work before * **0.7.4** Fixing Array Access via tree traversal i.e. local.my_array.0 vs local.my_array[0] * **0.7.3** Fixing Multiline Formatting Issue