Skip to content

Commit 2632a96

Browse files
authored
release: v2.4.6 (#1545)
1 parent ddb9a8d commit 2632a96

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.asciidoc

+6-1
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,16 @@ endif::[]
2121
[[unreleased]]
2222
=== Unreleased
2323
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]
2525
2626
[[release-notes-2.x]]
2727
=== Go Agent version 2.x
2828
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+
2934
[[release-notes-2.4.5]]
3035
==== 2.4.5 - 2023/10/11
3136

internal/apmversion/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ package apmversion
1919

2020
const (
2121
// AgentVersion is the Elastic APM Go Agent version.
22-
AgentVersion = "2.4.5"
22+
AgentVersion = "2.4.6"
2323
)

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ package apm // import "go.elastic.co/apm/v2"
1919

2020
const (
2121
// AgentVersion is the Elastic APM Go Agent version.
22-
AgentVersion = "2.4.5"
22+
AgentVersion = "2.4.6"
2323
)

0 commit comments

Comments
 (0)