diff --git a/CHANGELOG.md b/CHANGELOG.md index e30bc943f..d57e3a675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Bugfix for lht functions of collections.c to avoid memory issues on negative keys - Added a new build target, 'configmgr-rexx', which builds a version of configmgr that can be used within rexx scripts. +- Bugfix the help message on configmgr ## `2.2.0` diff --git a/build/configmgr.proj.env b/build/configmgr.proj.env index e14b41f06..b24079b03 100644 --- a/build/configmgr.proj.env +++ b/build/configmgr.proj.env @@ -1,5 +1,5 @@ PROJECT="configmgr" -VERSION=0.3.0 +VERSION=0.4.0 DEPS="QUICKJS LIBYAML" QUICKJS="quickjs"