Skip to content

Commit

Permalink
Update CHANGELOG and bump version to 5.3.5 (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrothrock authored May 17, 2023
1 parent 32402c4 commit a49ea7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Unreleased

# 5.3.5
* Fix adding instrumentation of ActiveRecord after configuration has initialized for Rails versions greater than 3. (#465)
* Fix typo with double use of PercentilePolicy, instead of PercentPolicy, for scoring. (#468)
* Fix span annotations/desc for external service requests with the use of prepend. (#471)
* Fix ActiveSupport methods and replace them with non ActiveSupport methods. (#474)

# 5.3.4
* Fix adding instrumentation of ActiveRecord after configuration has initialized for Rails versions greater than 3.
* Fix typo with double use of PercentilePolicy, instead of PercentPolicy, for scoring.
* Fix span annotations/desc for external service requests with the use of prepend.
* Fix ActiveSupport methods and replace them with non ActiveSupport methods.
Unused.

# 5.3.3

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 = "5.3.3"
VERSION = "5.3.5"
end

0 comments on commit a49ea7b

Please sign in to comment.