version bump (#258)

This commit is contained in:
Sam 2022-11-22 11:24:31 +11:00 committed by GitHub
parent 446c612689
commit a4b09bc958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -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 2.0.5 - 2022-11-15
- FIX: regression :prepend style instrumentation not working correctly - FIX: regression :prepend style instrumentation not working correctly

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module PrometheusExporter module PrometheusExporter
VERSION = '2.0.5' VERSION = '2.0.6'
end end