diff --git a/CHANGELOG.md b/CHANGELOG.md index 07429725..309458ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Chalk Release Notes -## Main +## 0.3.2 + +**Feb 2, 2024** ### Fixes diff --git a/chalk.nimble b/chalk.nimble index 8c5f1279..bbdfc554 100644 --- a/chalk.nimble +++ b/chalk.nimble @@ -11,7 +11,7 @@ bin = @["chalk"] # Dependencies requires "nim >= 2.0.0" -requires "https://github.com/crashappsec/con4m#53f5f477dbc98d4e5037f02cf30116ee1686e80a" +requires "https://github.com/crashappsec/con4m#d2a081b93d72cad4a86bcd51bbf6fbe4934a845e" requires "https://github.com/viega/zippy == 0.10.7" # MIT # this allows us to get version externally diff --git a/src/configs/base_keyspecs.c4m b/src/configs/base_keyspecs.c4m index 2d2e42b7..aefeca50 100644 --- a/src/configs/base_keyspecs.c4m +++ b/src/configs/base_keyspecs.c4m @@ -52,7 +52,7 @@ ## the more basic per-op stuff such as "_CHALKS" and "ACTION_ID" I did not. ## CHALK SCHEMA -chalk_version := "0.3.1" +chalk_version := "0.3.2" ascii_magic := "dadfedabbadabbed" # Field starting with an underscore (_) are "system" metadata fields, that