From 8b8fbc929b494f24ba48dab960e9d92f2707b8ad Mon Sep 17 00:00:00 2001 From: beorn7 Date: Thu, 1 Aug 2019 14:23:24 +0200 Subject: [PATCH] Cut 1.1.0 Signed-off-by: beorn7 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ea4c5e..3234dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.1.0 / 2019-08-01 + +* [CHANGE] API client: Format time as UTC rather than RFC3339Nano. #617 +* [CHANGE] API client: Add warnings to `LabelValues` and `LabelNames` calls. #609 +* [FEATURE] Push: Support base64 encoding in grouping key. #624 +* [FEATURE] Push: Add Delete method to Pusher. #613 + ## 1.0.0 / 2019-06-15 _This release removes all previously deprecated features, resulting in the breaking changes listed below. As this is v1.0.0, semantic versioning applies from now on, with the exception of the API client and parts marked explicitly as experimental._ diff --git a/VERSION b/VERSION index 3eefcb9..9084fa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.1.0