Skip to content

Commit ad41358

Browse files
mikemiles-devMichael Mileusnich
and
Michael Mileusnich
authored
019 Release prep (#24)
Co-authored-by: Michael Mileusnich <[email protected]>
1 parent 959e597 commit ad41358

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "netflow_parser"
33
description = "Parser for Netflow Cisco V5, V7, V9, IPFIX"
4-
version = "0.1.8"
4+
version = "0.1.9"
55
edition = "2021"
66
77
license = "MIT OR Apache-2.0"

RELEASES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.1.9
2+
* Fixed bug with flow counts in V9.
3+
14
# 0.1.8
25
* Introduced parse unix_timestamp feature.
36

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7+
| 0.1.9 | :white_check_mark: |
78
| 0.1.8 | :white_check_mark: |
89
| 0.1.7 | :white_check_mark: |
910
| 0.1.6 | :white_check_mark: |

0 commit comments

Comments
 (0)