From 8184d76b3b0bd3b01ed903690431ccb6826bf3e0 Mon Sep 17 00:00:00 2001 From: Kemal Akkoyun Date: Mon, 7 Jun 2021 14:32:16 +0200 Subject: [PATCH] Cut v1.11.0 (#877) Signed-off-by: Kemal Akkoyun --- CHANGELOG.md | 9 ++++++++- VERSION | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 790b9cb..98f75a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.11.0 / 2021-06-07 + +* [ENHANCEMENT] API client: Add newer fields to Rules API #855 +* [ENHANCEMENT] API client: Add missing fields to Targets API #856 +* [FEATURE] API client: Add exemplars API support #861 +* [CHANGE] Add new collectors package #862 + ## 1.10.0 / 2021-03-18 * [CHANGE] Minimum required Go version is now 1.13. @@ -126,7 +133,7 @@ _This release removes all previously deprecated features, resulting in the break ## 0.9.2 / 2018-12-06 * [FEATURE] Support for Go modules. #501 * [FEATURE] `Timer.ObserveDuration` returns observed duration. #509 -* [ENHANCEMENT] Improved doc comments and error messages. #504 +* [ENHANCEMENT] Improved doc comments and error messages. #504 * [BUGFIX] Fix race condition during metrics gathering. #512 * [BUGFIX] Fix testutil metric comparison for Histograms and empty labels. #494 #498 diff --git a/VERSION b/VERSION index 81c871d..1cac385 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.0 +1.11.0