Skip to content

Commit

Permalink
bump version to v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fadlinurhasan committed Nov 7, 2019
1 parent 39c0200 commit 46cfaed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed

## [0.13.2]
### Changed
- Add more metrics on producer
- Fixed: return early on error, before calling any method on nil value

## [0.13.1]
### Changed
- Reorder config to fetch kafka and elasticsearch value
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ require (
github.com/grpc-ecosystem/grpc-gateway v1.9.5
github.com/hashicorp/consul/api v1.1.0
github.com/mailru/easyjson v0.0.0-20190620125010-da37f6c1e481 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/olivere/elastic v6.2.19+incompatible
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
Name = "barito-flow"
Version = "0.13.1"
Version = "0.13.2"
)

var (
Expand Down

0 comments on commit 46cfaed

Please sign in to comment.