Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Jan 7, 2024
1 parent e763dc6 commit da1589f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.1.0 - 2024-08-01

- FEATURE: good_job instrumentation
- PERF: improve performance of histogram
- DEV: use new metric collector pattern so we reuse code between collectors

2.0.8 - 2023-01-20

- FEATURE: attempting to make our first docker release
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 = "2.0.8"
VERSION = "2.1.0"
end

0 comments on commit da1589f

Please sign in to comment.