diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index de2c6c8d..1bf8b94e 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,5 +1,8 @@ # Unreleased +# 5.3.7 +* Fix parser dependency issue + # 5.3.6 * Fix AutoInstruments when instrumenting hash with shorthand (#486) * Fix Connection Handling deprecation in ActiveRecord for Rails 7.1 (#483) diff --git a/lib/scout_apm/version.rb b/lib/scout_apm/version.rb index 1bfe26f5..3f242b52 100644 --- a/lib/scout_apm/version.rb +++ b/lib/scout_apm/version.rb @@ -1,3 +1,3 @@ module ScoutApm - VERSION = "5.3.6" + VERSION = "5.3.7" end