diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c42e59..b24afacb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Chalk Release Notes -## On the `main` branch +## 0.5.2 + +**Jan 28, 2025** ### Fixes @@ -13,6 +15,8 @@ - uploading reports to s3 sink - lambda plugin as it could not get caller identity + This was a regression from `0.4.14`. + ([nimutils #82](https://github.com/crashappsec/nimutils/pull/82), [#473](https://github.com/crashappsec/chalk/pull/473)) diff --git a/SECURITY.md b/SECURITY.md index 6af61bca..1046cf23 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ We currently support the following versions in terms of security updates: | Version | Supported | | ------- | ------------------ | -| 0.5.1 | :white_check_mark: | -| < 0.5.1 | :x: | +| 0.5.2 | :white_check_mark: | +| < 0.5.2 | :x: | ## Reporting a Vulnerability diff --git a/src/configs/base_keyspecs.c4m b/src/configs/base_keyspecs.c4m index 586de358..6e3907ba 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.5.2-dev" +chalk_version := "0.5.2" ascii_magic := "dadfedabbadabbed" # Field starting with an underscore (_) are "system" metadata fields, that