We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40429e commit 2847755Copy full SHA for 2847755
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
All notable changes to FEVER will be documented in this file.
4
5
+## [1.2.0] - 2021-06-25
6
+
7
+### Added
8
+- Support for multiple output sockets with ecent type filtering and
9
+ buffers (#84)
10
11
+### Changed
12
+- Speed up addition of fields to forwarded EVE-JSON (#83)
13
14
## [1.1.0] - 2021-06-09
15
16
### Added
cmd/fever/cmds/version.go
@@ -7,7 +7,7 @@ import (
)
const (
- version = "1.1.0"
+ version = "1.2.0"
// versionCmd represents the version command
0 commit comments