Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
giosakti committed Nov 13, 2018
1 parent 02729a2 commit 92dec22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

const (
Name = "barito-flow"
Version = "0.11.4"
Version = "0.11.5"
)

var (
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ are mapped as if they are running on local machine.

## Changes Log

#### 0.11.5
- Recreate cluster admin whenever barito-flow needs to create a new topic

#### 0.11.4
- Update rate limiter behaviour for produce batch, now it counts rate per line in batch instead of per batch request

Expand Down

0 comments on commit 92dec22

Please sign in to comment.