Skip to content

Commit

Permalink
Merge pull request #1771 from newrelic/8-16-0
Browse files Browse the repository at this point in the history
Prepare for 8.16.0 release
  • Loading branch information
kaylareopelle authored Jan 27, 2023
2 parents e7514f4 + 07c902f commit 6169743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# New Relic Ruby Agent Release Notes

## Upcoming Release
## 8.16.0

The upcoming release of the agent introduces additional Ruby on Rails instrumentation (especially for Rails 6 and 7) for various Action\*/Active\* libraries whose actions produce Active Support notifications events.
Version 8.16.0 of the agent introduces additional Ruby on Rails instrumentation (especially for Rails 6 and 7) for various Action\*/Active\* libraries whose actions produce [Active Support notifications events](https://guides.rubyonrails.org/active_support_instrumentation.html).

- **Add Various Additional Ruby on Rails Library Instrumentations**

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 = 8
MINOR = 15
MINOR = 16
TINY = 0

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

0 comments on commit 6169743

Please sign in to comment.