From 4e54407176ddc45e32c370fce5c5b444e6891c4a Mon Sep 17 00:00:00 2001 From: Vladimir Smirnov Date: Sun, 13 Oct 2019 23:21:46 +0200 Subject: [PATCH] Update changelog for 0.12.6 --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e499a8234..d81bc274b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,10 @@ Changes CHANGELOG --------- +**0.12.6** + - [Fix] Fix aliasByTags to work correclty with other functions + - [Fix] panic when using protov2 and backend that doesn't support tags (thx to @gekmihesg) + **0.12.5** - [Feature] Implement 'highest' function - [Feature] Implement 'lowest' function