From b75c1ae72476f004b33d527bf81702104d0cb80f Mon Sep 17 00:00:00 2001 From: Joseph Sirianni Date: Wed, 5 May 2021 12:46:18 -0400 Subject: [PATCH] Update changelog and version ahead of v0.13.20 release (#290) --- CHANGELOG.md | 4 +++- cmd/stanza/go.mod | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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