Version bump
This commit is contained in:
parent
f0167e02a9
commit
267bf94cec
|
@ -1,3 +1,7 @@
|
|||
2.0.1 - 2022-02-24
|
||||
|
||||
- FIX: ensure threads do not leak when calling #start repeatadly on instrumentation classes, this is an urgent patch for Puma integration
|
||||
|
||||
2.0.0 - 2022-02-18
|
||||
|
||||
- FEATURE: Add per worker custom labels
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module PrometheusExporter
|
||||
VERSION = '2.0.0'
|
||||
VERSION = '2.0.1'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue