From f522e762018895fdf9c2eaeea67a0a7e35b67822 Mon Sep 17 00:00:00 2001 From: Giovanni Sakti Date: Wed, 31 Oct 2018 14:03:29 +0700 Subject: [PATCH] [gio/tara] bump version --- main.go | 2 +- readme.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 6dafc6af..0901959b 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( const ( Name = "barito-flow" - Version = "0.11" + Version = "0.11.1" ) var ( diff --git a/readme.md b/readme.md index b8a48c21..66116bf4 100644 --- a/readme.md +++ b/readme.md @@ -99,6 +99,9 @@ are mapped as if they are running on local machine. ## Changes Log +#### 0.11.1 +- Bugfix: Rate limiter on produce batch should count per request, not per log + #### 0.11 - New feature: Ability to process batch logs