Skip to content

Commit

Permalink
Update changelog and version ahead of v0.13.20 release (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Sirianni authored May 5, 2021
1 parent 2673729 commit b75c1ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased

### Added
- Added flatten Operator
- Added flatten Operator [PR 286](https://github.com/observIQ/stanza/pull/286)
- Added Azure Event Hub Operator [PR 287](https://github.com/observIQ/stanza/pull/287)
- Added Azure Log Analytics Operator [PR 287](https://github.com/observIQ/stanza/pull/287)

## [0.13.19] - 2021-04-15

Expand Down
2 changes: 1 addition & 1 deletion cmd/stanza/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.14

require (
github.com/kardianos/service v1.2.0
github.com/observiq/stanza v0.13.18
github.com/observiq/stanza v0.13.20
github.com/observiq/stanza/operator/builtin/input/k8sevent v0.1.0
github.com/observiq/stanza/operator/builtin/input/windows v0.1.1
github.com/observiq/stanza/operator/builtin/output/elastic v0.1.0
Expand Down

0 comments on commit b75c1ae

Please sign in to comment.