Skip to content

Commit

Permalink
Bump version to 2.0.0 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Feb 18, 2022
1 parent 0460dac commit 6099df5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Unreleased
2.0.0 - 2022-02-18

- FEATURE: Add per worker custom labels
- FEATURE: support custom histogram buckets
- FIX: all metrics are exposing status label, and not only `http_requests_total`
- BREAKING: rename all `http_duration` metrics to `http_request_duration` to match prometheus official naming conventions (See https://prometheus.io/docs/practices/naming/#metric-names).

Expand Down
2 changes: 1 addition & 1 deletion lib/prometheus_exporter/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PrometheusExporter
VERSION = '1.0.1'
VERSION = '2.0.0'
end

0 comments on commit 6099df5

Please sign in to comment.