Skip to content

Commit

Permalink
release: v2.4.6 (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall committed Nov 22, 2023
1 parent ddb9a8d commit 2632a96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,16 @@ endif::[]
[[unreleased]]
=== Unreleased
https://github.com/elastic/apm-agent-go/compare/v2.4.5...main[View commits]
https://github.com/elastic/apm-agent-go/compare/v2.4.6...main[View commits]
[[release-notes-2.x]]
=== Go Agent version 2.x
[[release-notes-2.4.6]]
==== 2.4.6 - 2023/11/22
- module/apmotel: Fix compatibility issue with newer version of otel {pull}1544[#1544]
[[release-notes-2.4.5]]
==== 2.4.5 - 2023/10/11
Expand Down
2 changes: 1 addition & 1 deletion internal/apmversion/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ package apmversion

const (
// AgentVersion is the Elastic APM Go Agent version.
AgentVersion = "2.4.5"
AgentVersion = "2.4.6"
)
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ package apm // import "go.elastic.co/apm/v2"

const (
// AgentVersion is the Elastic APM Go Agent version.
AgentVersion = "2.4.5"
AgentVersion = "2.4.6"
)

0 comments on commit 2632a96

Please sign in to comment.