parent
e5ec9ac55d
commit
dd38011b1b
|
@ -1,3 +1,7 @@
|
|||
2.0.8 - 2023-01-20
|
||||
|
||||
- FEATURE: attempting to make our first docker release
|
||||
|
||||
2.0.7 - 2023-01-13
|
||||
|
||||
- FEATURE: allow binding server to both ipv4 and v6
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module PrometheusExporter
|
||||
VERSION = '2.0.7'
|
||||
VERSION = "2.0.8"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue