Skip to content

Commit a3f162f

Browse files
authored
v4.8.0 (#1548)
1 parent e12f061 commit a3f162f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/release-notes/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ All notable changes to this project will be documented here. This project adhere
2222

2323
% ### Fixes [elastic-apm-ruby-agent-versionext-fixes]
2424

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+
2530
## 4.7.3 [elastic-apm-ruby-agent-473-release-notes]
2631

2732
### Fixes [elastic-apm-ruby-agent-473-fixes]

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.7.3'
21+
VERSION = '4.8.0'
2222
end

0 commit comments

Comments
 (0)