Skip to content

Commit

Permalink
Merge pull request #2764 from newrelic/prerelease_updates_9.12.0-pre
Browse files Browse the repository at this point in the history
Prerelease 9.12.0-pre
  • Loading branch information
kaylareopelle authored Jul 22, 2024
2 parents 06653ce + 376e3b1 commit 8ebf172
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 201 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# New Relic Ruby Agent Release Notes

## <dev>
Version <dev> introduces instrumentation for the LogStasher gem, improves instrumentation for the `redis-clustering` gem, and updates the Elasticsearch instrumentation to only attempt to get the cluster name once per client, even if it fails.
Version 9.12.0 introduces instrumentation for the LogStasher gem, improves instrumentation for the `redis-clustering` gem, and updates the Elasticsearch instrumentation to only attempt to get the cluster name once per client, even if it fails.

- **Feature: Add instrumentation for LogStasher**

Expand Down
2 changes: 1 addition & 1 deletion lib/new_relic/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module NewRelic
module VERSION # :nodoc:
MAJOR = 9
MINOR = 11
MINOR = 12
TINY = 0

STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
Expand Down
Loading

0 comments on commit 8ebf172

Please sign in to comment.