From a49ea7b34e9d0ef3c988ca96b3360de7f2f523aa Mon Sep 17 00:00:00 2001 From: Jack Rothrock Date: Wed, 17 May 2023 10:37:30 -0400 Subject: [PATCH] Update CHANGELOG and bump version to 5.3.5 (#477) --- CHANGELOG.markdown | 11 +++++++---- lib/scout_apm/version.rb | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 6bf7fd49..1b992342 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -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 diff --git a/lib/scout_apm/version.rb b/lib/scout_apm/version.rb index a0d059b0..a2228137 100644 --- a/lib/scout_apm/version.rb +++ b/lib/scout_apm/version.rb @@ -1,3 +1,3 @@ module ScoutApm - VERSION = "5.3.3" + VERSION = "5.3.5" end