Skip to content

Commit 17ba17f

Browse files
v4.7.2 (#1436)
1 parent 7b47787 commit 17ba17f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.asciidoc

+7
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ endif::[]
3434
[[release-notes-4.x]]
3535
=== Ruby Agent version 4.x
3636
37+
[[release-notes-4.7.2]
38+
==== 4.7.2
39+
40+
[float]
41+
===== Fixed
42+
- Address machineType not being returned in GCP metadata {pull}1435[#1435]
43+
3744
[[release-notes-4.7.1]
3845
==== 4.7.1
3946

lib/elastic_apm/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
# frozen_string_literal: true
1919

2020
module ElasticAPM
21-
VERSION = '4.7.1'
21+
VERSION = '4.7.2'
2222
end

0 commit comments

Comments
 (0)