We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b47787 commit 17ba17fCopy full SHA for 17ba17f
CHANGELOG.asciidoc
@@ -34,6 +34,13 @@ endif::[]
34
[[release-notes-4.x]]
35
=== Ruby Agent version 4.x
36
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
44
[[release-notes-4.7.1]
45
==== 4.7.1
46
lib/elastic_apm/version.rb
@@ -18,5 +18,5 @@
18
# frozen_string_literal: true
19
20
module ElasticAPM
21
- VERSION = '4.7.1'
+ VERSION = '4.7.2'
22
end
0 commit comments