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 b52f762 commit dbd8288
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.2.0 - 2024-12-05

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

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 dbd8288

Please sign in to comment.