Skip to content

Commit

Permalink
Bump Version to 0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fadlinurhasan committed Apr 22, 2020
1 parent 5baaf82 commit 87f608a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.13.4]
### Changed
- Add metrics when barito-flow failed connect to ES or Kafka
- Adjust log message when barito-flow failed connect to ES or Kafka

## [0.13.3]
### Changed
- Make barito-flow-consumer compatible with both ES 6.x and ES 7.x
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.3"
Version = "0.13.4"
)

var (
Expand Down

0 comments on commit 87f608a

Please sign in to comment.