Skip to content

Commit 2847755

Browse files
committed
version bump and CHANGELOG update
1 parent e40429e commit 2847755

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to FEVER will be documented in this file.
44

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+
514
## [1.1.0] - 2021-06-09
615

716
### Added

cmd/fever/cmds/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
const (
10-
version = "1.1.0"
10+
version = "1.2.0"
1111
)
1212

1313
// versionCmd represents the version command

0 commit comments

Comments
 (0)