diff --git a/CHANGELOG.md b/CHANGELOG.md index 25820ae5..f4dfe46d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Changed +## [0.12.1] +### Fixed +- Update instru to the latest version, to avoid race condition + ## [0.12.0] ### Added - Add the ability to use bulk indexing when committing logs to Elasticsearch diff --git a/main.go b/main.go index e6cb1b34..0cf840dc 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( const ( Name = "barito-flow" - Version = "0.12.0" + Version = "0.12.1" ) var (