Skip to content

Commit 4b3e0c8

Browse files
committed
upgrade version
1 parent 4013081 commit 4b3e0c8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### Version 0.7.2
2+
3+
- Add support for TCP Option parse
4+
- Fix a bug that could split the last ACK from the original FIN terminated flow
5+
- Adjust code file structure
6+
17
### Version 0.7.1
28

39
- Migrate project from [CICFlowMeter Mk.6](https://github.com/Tomahawkd/CICFlowMeter-Mk.6)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<properties>
88
<maven.compiler.source>8</maven.compiler.source>
99
<maven.compiler.target>8</maven.compiler.target>
10-
<inspector.version>0.7.1</inspector.version>
10+
<inspector.version>0.7.2</inspector.version>
1111
<bin.directory>bin</bin.directory>
1212
</properties>
1313

0 commit comments

Comments
 (0)