Skip to content

Commit

Permalink
Release v2.1
Browse files Browse the repository at this point in the history
There's new features, so it's a minor version bump.

Signed-off-by: Daniel Magliola <danielmagliola@gocardless.com>
  • Loading branch information
Daniel Magliola committed Jun 29, 2020
1 parent efad822 commit a827879
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# CHANGELOG

# 2.1.0 / 2020-06-29

## New Features

- [#177](https://github.com/prometheus/client_ruby/pull/177) Added Histogram helpers to
generate linear and exponential buckets, as the
- [#172](https://github.com/prometheus/client_ruby/pull/172) Added :most_recent
aggregation for gauges on DirectFileStore

## Code improvements

- Fixed several warnings that started firing in the latest versions of Ruby.

# 2.0.0 / 2020-01-28

## Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion lib/prometheus/client/version.rb
Expand Up @@ -2,6 +2,6 @@

module Prometheus
module Client
VERSION = '2.0.0'
VERSION = '2.1.0'
end
end

0 comments on commit a827879

Please sign in to comment.