Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Pending

# 6.1.0
- Ruby 4 support
- Update gem metadata
- Add `backtrace_additional_directories` config option to allow additional directories to be included in the backtrace parser
Expand Down
2 changes: 1 addition & 1 deletion lib/scout_apm/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ScoutApm
VERSION = "6.0.2"
VERSION = "6.1.0"
end