diff --git a/CHANGELOG.md b/CHANGELOG.md index 154d0f27..4a50a26a 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.13.1] +### Changed +- Reorder config to fetch kafka and elasticsearch value + ## [0.13.0] ### Changed - Support GRPC with gateway diff --git a/main.go b/main.go index 40137707..50cd917c 100644 --- a/main.go +++ b/main.go @@ -4,17 +4,18 @@ import ( "fmt" "os" + "net/http" + "github.com/BaritoLog/barito-flow/cmds" log "github.com/sirupsen/logrus" "github.com/urfave/cli" - "net/http" "github.com/prometheus/client_golang/prometheus/promhttp" ) const ( Name = "barito-flow" - Version = "0.13.0" + Version = "0.13.1" ) var (