Skip to content

Commit 872a8eb

Browse files
author
Daniel Magliola
authored
Merge pull request #196 from prometheus/v2_1
Release v2.1
2 parents efad822 + b6d13dd commit 872a8eb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
# 2.1.0 / 2020-06-29
4+
5+
## New Features
6+
7+
- [#177](https://github.com/prometheus/client_ruby/pull/177) Added Histogram helpers to
8+
generate linear and exponential buckets, as the Client Library Guidelines recommend.
9+
- [#172](https://github.com/prometheus/client_ruby/pull/172) Added :most_recent
10+
aggregation for gauges on DirectFileStore.
11+
12+
## Code improvements
13+
14+
- Fixed several warnings that started firing in the latest versions of Ruby.
15+
316
# 2.0.0 / 2020-01-28
417

518
## Breaking changes

lib/prometheus/client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Prometheus
44
module Client
5-
VERSION = '2.0.0'
5+
VERSION = '2.1.0'
66
end
77
end

0 commit comments

Comments
 (0)