Version bump (#251)
This commit is contained in:
parent
7f14c50afc
commit
af30f7f874
|
@ -1,3 +1,7 @@
|
|||
2.0.4 - 2022-11-10
|
||||
|
||||
- FIX/FEATURE: support for Redis 5 gem instrumentation
|
||||
|
||||
2.0.3 - 2022-05-23
|
||||
|
||||
- FEATURE: new ping endpoint for keepalive checks
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module PrometheusExporter
|
||||
VERSION = '2.0.3'
|
||||
VERSION = '2.0.4'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue