Skip to content

Commit

Permalink
Version bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxworld committed Dec 5, 2024
1 parent bda5b93 commit 8141df9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.2.0 - 2024-12-05

- Feature: Add Dalli::Client memcache metrics for web_collector
- FIX: Ensure socket is closed when error is raised while opening socket

2.1.2 - 2024-12-05

- FIX: Ensure socket is closed when error is raised while opening socket

2.1.1 - 2024-06-19

- FEATURE: improve good_job instrumentation
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.1"
VERSION = "2.2.0"
end

0 comments on commit 8141df9

Please sign in to comment.