diff --git a/main.go b/main.go index aa6a6f94..e7050de7 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( const ( Name = "barito-flow" - Version = "0.11.4" + Version = "0.11.5" ) var ( diff --git a/readme.md b/readme.md index 44ef7c27..6123b9ad 100644 --- a/readme.md +++ b/readme.md @@ -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