diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f576888..0f5279707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/cmd/stanza/go.mod b/cmd/stanza/go.mod index f2a6c6c95..e37d4976a 100644 --- a/cmd/stanza/go.mod +++ b/cmd/stanza/go.mod @@ -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