From 5d17809895512a033db141384050a00f6dc700a0 Mon Sep 17 00:00:00 2001 From: Hemna Date: Tue, 9 Nov 2021 10:31:29 -0500 Subject: [PATCH] Updated for v2.5.0 --- ChangeLog | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7206e72..98a5573 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,20 @@ CHANGES ======= -v4.2.3 +v2.5.0 ------ +* Updated Dockerfile's and build script for docker +* Cleaned up some verbose output & colorized output +* Reworked all the common arguments +* Fixed test-plugin +* Ensure common params are honored +* pep8 +* Added healthcheck to the cmds +* Removed the need for FROMCALL in dev test-plugin +* Pep8 failures +* Refactor the cli +* Updated Changelog for 4.2.3 * Fixed a problem with send-message command v2.4.2