Version bump (#251)

This commit is contained in:
Sam 2022-11-10 12:33:19 +11:00 committed by GitHub
parent 7f14c50afc
commit af30f7f874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

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