Skip to content

Commit 2f530da

Browse files
authored
Merge pull request #14 from mattolson/version-bump
Release 0.5.0
2 parents 422764b + ff0baac commit 2f530da

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
/spec/reports/
99
/tmp/
1010
*.gem
11+
.idea/

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Changelog for the bc-prometheus-ruby gem.
22

33
### Pending Release
44

5+
### 0.5.0
6+
7+
- Add configuration to disable the Railtie that activates the web instrumentor automatically. This allows applications to choose how and when this is initialized.
8+
- Bump prometheus_exporter gem
9+
- Start testing against Ruby 3.0
10+
511
### 0.4.0
612

713
- Add configuration to control Thin web server thread pool size. Note that the default number of threads is changing from 20 to 3. You can configure this using an environment variable or initializer.

lib/bigcommerce/prometheus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
#
1818
module Bigcommerce
1919
module Prometheus
20-
VERSION = '0.4.1.pre'
20+
VERSION = '0.5.0'
2121
end
2222
end

0 commit comments

Comments
 (0)