Skip to content

Commit

Permalink
version bump (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron authored Jun 19, 2024
1 parent 1d8e6b1 commit d631b4c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
2.1.0 - 2024-08-01
2.1.1 - 2024-06-19

- FEATURE: improve good_job instrumentation
- FIX: improve Ruby 3.X support
- FEATURE: imstrumentation for malloc / oldmalloc increace in GC stats

2.1.0 - 2024-01-08

- FEATURE: good_job instrumentation
- PERF: improve performance of histogram
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.1.0"
VERSION = "2.1.1"
end

0 comments on commit d631b4c

Please sign in to comment.