From 9707e552e34b7c58e8e379887265320d1b7f824a Mon Sep 17 00:00:00 2001 From: jojohappy Date: Wed, 24 Apr 2019 15:06:58 +0800 Subject: [PATCH] Add CHANGELOG Signed-off-by: jojohappy --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf1de0fec58..a6a5c1ced40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ We use *breaking* word for marking changes that are not backward compatible (rel ### Added - [#1060](https://github.com/improbable-eng/thanos/pull/1060) Allow specifying region attribute in S3 storage configuration +- [#1059](https://github.com/improbable-eng/thanos/pull/1059) Store: selector labels from store. ### Fixed