Skip to content

Commit

Permalink
v4.7.3 (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo authored Apr 8, 2024
1 parent eca7cd0 commit d3f4200
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ endif::[]
[[release-notes-4.x]]
=== Ruby Agent version 4.x
[[release-notes-4.7.3]
==== 4.7.3
[float]
===== Fixed
- Address a bug where if `capture_headers` is false, `ContextBuilder` will raise `"undefined method 'has_key?' for nil:NilClass"` {pull}1449[#1449]
[[release-notes-4.7.2]
==== 4.7.2
Expand Down
2 changes: 1 addition & 1 deletion lib/elastic_apm/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
# frozen_string_literal: true

module ElasticAPM
VERSION = '4.7.2'
VERSION = '4.7.3'
end

0 comments on commit d3f4200

Please sign in to comment.