Skip to content

Commit

Permalink
version bump and CHANGELOG update
Browse files Browse the repository at this point in the history
  • Loading branch information
satta committed Jun 25, 2021
1 parent e40429e commit 2847755
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [1.2.0] - 2021-06-25

### Added
- Support for multiple output sockets with ecent type filtering and
buffers (#84)

### Changed
- Speed up addition of fields to forwarded EVE-JSON (#83)

## [1.1.0] - 2021-06-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion cmd/fever/cmds/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
version = "1.1.0"
version = "1.2.0"
)

// versionCmd represents the version command
Expand Down

0 comments on commit 2847755

Please sign in to comment.