We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12f061 commit a3f162fCopy full SHA for a3f162f
docs/release-notes/index.md
@@ -22,6 +22,11 @@ All notable changes to this project will be documented here. This project adhere
22
23
% ### Fixes [elastic-apm-ruby-agent-versionext-fixes]
24
25
+## 4.8.0 [elastic-apm-ruby-agent-480-release-notes]
26
+
27
+### Features and enhancements [elastic-apm-ruby-agent-480-features-enhancements]
28
+* Support ruby 3.4 [#1510](https://github.com/elastic/apm-agent-ruby/pull/1510)
29
30
## 4.7.3 [elastic-apm-ruby-agent-473-release-notes]
31
32
### Fixes [elastic-apm-ruby-agent-473-fixes]
lib/elastic_apm/version.rb
@@ -18,5 +18,5 @@
18
# frozen_string_literal: true
19
20
module ElasticAPM
21
- VERSION = '4.7.3'
+ VERSION = '4.8.0'
end
0 commit comments