Skip to content

Commit

Permalink
Update version for v3.7.0 (#956)
Browse files Browse the repository at this point in the history
* Update version for v3.7.0

* Fix headings
  • Loading branch information
newrelic-eheinlein authored and GitHub Enterprise committed Jun 18, 2020
1 parent 0e6ffe7 commit df8c594
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# ChangeLog

## 3.7.0

## Changes
### Changes

* When `Config.Transport` is nil, no longer use the `http.DefaultTransport`
when communicating with the New Relic backend. This addresses an issue with
Expand All @@ -15,7 +16,7 @@

## 3.6.0

## New Features
### New Features

* Added support for [adding custom attributes directly to
spans](https://godoc.org/github.com/newrelic/go-agent/v3/newrelic#Segment.AddAttribute).
Expand Down
2 changes: 1 addition & 1 deletion v3/newrelic/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

const (
// Version is the full string version of this Go Agent.
Version = "3.6.0"
Version = "3.7.0"
)

var (
Expand Down

0 comments on commit df8c594

Please sign in to comment.