Skip to content

Commit 9639874

Browse files
bump version
1 parent 1093184 commit 9639874

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# New Relic Ruby Agent Release Notes
22

3-
## dev
3+
## v9.18.0
44

55
- **Feature: Add elasticsearch.capture_cluster_name configuration option**
66

lib/new_relic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module NewRelic
77
module VERSION # :nodoc:
88
MAJOR = 9
9-
MINOR = 17
9+
MINOR = 18
1010
TINY = 0
1111

1212
STRING = "#{MAJOR}.#{MINOR}.#{TINY}"

newrelic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ common: &default_settings
409409
# classes specified here occurs, if its error message contains one of the
410410
# strings corresponding to it here, that error will be ignored.
411411
# This option can't be set via environment variable.
412-
# error_collector.ignore_messages: {"ThreadError"=>["queue empty"]}
412+
# error_collector.ignore_messages: {"ThreadError" => ["queue empty"]}
413413

414414
# A comma separated list of status codes, possibly including ranges. Errors
415415
# associated with these status codes, where applicable, will be ignored.

0 commit comments

Comments
 (0)