diff --git a/Cargo.toml b/Cargo.toml index 53b30b7..a44dc1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "netflow_parser" description = "Parser for Netflow Cisco V5, V7, V9, IPFIX" -version = "0.4.7" +version = "0.4.8" edition = "2021" authors = ["michael.mileusnich@gmail.com"] license = "MIT OR Apache-2.0" diff --git a/RELEASES.md b/RELEASES.md index 4d8a454..67f3e78 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +# 0.4.8 +* Now Parsing IPFix Mac Addresses correctly. + + # 0.4.7 * Added `src_mac` and `dst_mac` to NetflowCommonFlowSet to help identify devices on V9, IPFix. diff --git a/SECURITY.md b/SECURITY.md index 1c9d00d..9def617 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,6 +4,7 @@ | Version | Supported | | ------- | ------------------ | +| 0.4.8 | :white_check_mark: | | 0.4.7 | :white_check_mark: | | 0.4.6 | :white_check_mark: | | 0.4.5 | :white_check_mark: |