Skip to content

Commit

Permalink
Merge pull request #717 from will/3.0-versions
Browse files Browse the repository at this point in the history
Update versions for 3.0 release
  • Loading branch information
will@newrelic.com authored and GitHub Enterprise committed Dec 17, 2019
2 parents 71dbaef + 8202ac1 commit 3f90115
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
@@ -1,24 +1,26 @@
# ChangeLog

## 3.0.0

We are pleased to announce the release of Go Agent v3.0.0! This is a major release
that includes some breaking changes that will simplify your future use of the Go
that includes some breaking changes that will simplify your future use of the Go
Agent.

Please pay close attention to the list of Changes.

### Changes

* A full list of changes and a step by step checklist on how to upgrade can
* A full list of changes and a step by step checklist on how to upgrade can
be found in the [v3 Migration Guide](MIGRATION.md).

### New Features

* Support for Go Modules. Our Go agent integration packages support frameworks
and libraries which are changing over time. With support for Go Modules, we
are now able to release instrumentation packages for multiple versions of
frameworks and libraries with a single agent release; and support operation
of the Go agent in Go Modules environments. This affects naming of our
integration packages, as described in the v3 Migration Guide (see under
* Support for Go Modules. Our Go agent integration packages support frameworks
and libraries which are changing over time. With support for Go Modules, we
are now able to release instrumentation packages for multiple versions of
frameworks and libraries with a single agent release; and support operation
of the Go agent in Go Modules environments. This affects naming of our
integration packages, as described in the v3 Migration Guide (see under
"Changes" above).

* Detect and set hostnames based on Heroku dyno names. When deploying an
Expand Down
2 changes: 1 addition & 1 deletion v3/newrelic/version.go
Expand Up @@ -8,7 +8,7 @@ import (

const (
// Version is the full string version of this Go Agent.
Version = "3.0.0-dev3"
Version = "3.0.0"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -9,7 +9,7 @@ import (
const (
major = "2"
minor = "16"
patch = "3"
patch = "4"

// Version is the full string version of this Go Agent.
Version = major + "." + minor + "." + patch
Expand Down

0 comments on commit 3f90115

Please sign in to comment.