File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,16 @@ endif::[]
21
21
[[unreleased]]
22
22
=== Unreleased
23
23
24
- https://github.com/elastic/apm-agent-go/compare/v2.4.5 ...main[View commits]
24
+ https://github.com/elastic/apm-agent-go/compare/v2.4.6 ...main[View commits]
25
25
26
26
[[release-notes-2.x]]
27
27
=== Go Agent version 2.x
28
28
29
+ [[release-notes-2.4.6]]
30
+ ==== 2.4.6 - 2023/11/22
31
+
32
+ - module/apmotel: Fix compatibility issue with newer version of otel {pull}1544[#1544]
33
+
29
34
[[release-notes-2.4.5]]
30
35
==== 2.4.5 - 2023/10/11
31
36
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ package apmversion
19
19
20
20
const (
21
21
// AgentVersion is the Elastic APM Go Agent version.
22
- AgentVersion = "2.4.5 "
22
+ AgentVersion = "2.4.6 "
23
23
)
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ package apm // import "go.elastic.co/apm/v2"
19
19
20
20
const (
21
21
// AgentVersion is the Elastic APM Go Agent version.
22
- AgentVersion = "2.4.5 "
22
+ AgentVersion = "2.4.6 "
23
23
)
You can’t perform that action at this time.
0 commit comments