Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cut v1.11.0 #877

Merged
merged 1 commit into from Jun 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 8 additions & 1 deletion 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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.10.0
1.11.0