Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-swilloughby committed Sep 18, 2023
2 parents a8c6bf8 + f5ac65b commit 56cfa1c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 3.25.1
* Corrects an error in the release process for 3.25.0.
### Support statement

We use the latest version of the Go language. At minimum, you should be using no version of Go older than what is supported by the Go team themselves.

See the [Go agent EOL Policy](https://docs.newrelic.com/docs/apm/agents/go-agent/get-started/go-agent-eol-policy/) for details about supported versions of the Go agent and third-party components.


## 3.25.0
### Added
* Added Support for FastHTTP package
Expand Down
1 change: 1 addition & 0 deletions v3/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ require (
)

retract v3.22.0 // release process error corrected in v3.22.1
retract v3.25.0 // release process error corrected in v3.25.1
2 changes: 1 addition & 1 deletion v3/newrelic/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

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

var (
Expand Down

0 comments on commit 56cfa1c

Please sign in to comment.