We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0753302 commit 9e4e4feCopy full SHA for 9e4e4fe
2 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@ Changelog for the bc-prometheus-ruby gem.
2
3
### Pending Release
4
5
+## 0.5.2
6
+
7
- Better error handling post-fork for web/resque instrumentors
8
- Fix issue with using `Collectors::Base` and keyword arguments in Ruby 2.7
9
- Remove null-logger development dependency
lib/bigcommerce/prometheus/version.rb
@@ -17,6 +17,6 @@
17
#
18
module Bigcommerce
19
module Prometheus
20
- VERSION = '0.5.2.pre'
+ VERSION = '0.5.2'
21
end
22
0 commit comments