version bump (#258)
This commit is contained in:
parent
446c612689
commit
a4b09bc958
|
@ -1,3 +1,8 @@
|
|||
2.0.6 - 2022-11-22
|
||||
|
||||
- FIX: use user specified labels over default in merge conflict
|
||||
- FIX: sidekiq stats collector memory leak
|
||||
|
||||
2.0.5 - 2022-11-15
|
||||
|
||||
- FIX: regression :prepend style instrumentation not working correctly
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module PrometheusExporter
|
||||
VERSION = '2.0.5'
|
||||
VERSION = '2.0.6'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue