Skip to content

Commit

Permalink
Merge pull request #1614 from ruby-agent/prepare_for_4_6_release
Browse files Browse the repository at this point in the history
Prepare for 4.6 release
  • Loading branch information
Dana Scheider authored and GitHub Enterprise committed Oct 26, 2017
2 parents c2ae64b + b86df10 commit 7f46ab4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# New Relic Ruby Agent Release Notes #

## v4.6.0 ##

* Public API for External Requests

The agent now has public API for instrumenting external requests and linking
up transactions via cross application tracing. See the [API Guide](https://docs.newrelic.com/docs/agents/ruby-agent/customization/ruby-agent-api-guide#externals)
for more details this new functionality.

## v4.5.0 ##

* Send synthetics headers even when CAT disabled
Expand Down
2 changes: 1 addition & 1 deletion lib/new_relic/version.rb
Expand Up @@ -11,7 +11,7 @@ def self.build_version_string(*parts)
end

MAJOR = 4
MINOR = 5
MINOR = 6
TINY = 0

begin
Expand Down

0 comments on commit 7f46ab4

Please sign in to comment.