diff --git a/CHANGELOG.md b/CHANGELOG.md index 5acd2aca8f..a6aaa8148e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - fix the type definition of array/object literal expressions where one of the values is undefined (https://github.com/vectordotdev/vrl/pull/401) - updated aws vpc flow log parsing to include version 5 fields (https://github.com/vectordotdev/vrl/issues/227) - `parse_aws_vpc_flow_log` now handles account-id value as a string, avoiding loss of leading zeros and case where value is `unknown` (https://github.com/vectordotdev/vrl/issues/263) +- added `community_id` function for generation of [V1 Community IDs](https://github.com/corelight/community-id-spec) (https://github.com/vectordotdev/vrl/pull/360). ## `0.6.0` (2023-08-02)