Skip to content

Commit fcfb888

Browse files
committed
v4.6.1
1 parent 69fcdcb commit fcfb888

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ endif::[]
3232
==== Unreleased
3333
////
3434
35-
[[release-notes-4.x]]
36-
=== Ruby Agent version 4.x
35+
[[release-notes-4.6.1]]
36+
==== 4.6.1
3737
3838
[float]
3939
===== Fixed
4040
4141
- Fix growing number of open file descriptors when HTTP request to APM is never sent {pull}1351[#1351]
4242
- Fix setting span http status code when Faraday Middleware is used {pull}1368[#1368]
43+
- Handle whitespace when splitting tracestate entries {pull}1353[#1353]
4344
4445
[[release-notes-4.6.0]]
4546
==== 4.6.0

lib/elastic_apm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
# frozen_string_literal: true
1919

2020
module ElasticAPM
21-
VERSION = '4.6.0'
21+
VERSION = '4.6.1'
2222
end

0 commit comments

Comments
 (0)