Skip to content

Commit e9f0cf7

Browse files
Merge pull request #790 from nr-swilloughby/master
Release 3.25.1
2 parents a8c6bf8 + 56cfa1c commit e9f0cf7

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 3.25.1
2+
* Corrects an error in the release process for 3.25.0.
3+
### Support statement
4+
5+
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.
6+
7+
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.
8+
9+
110
## 3.25.0
211
### Added
312
* Added Support for FastHTTP package

v3/go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ require (
99
)
1010

1111
retract v3.22.0 // release process error corrected in v3.22.1
12+
retract v3.25.0 // release process error corrected in v3.25.1

v3/newrelic/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
const (
1313
// Version is the full string version of this Go Agent.
14-
Version = "3.25.0"
14+
Version = "3.25.1"
1515
)
1616

1717
var (

0 commit comments

Comments
 (0)