Skip to content

Commit

Permalink
Update CHANGELOG and bump version to 5.3.6 (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrothrock committed Feb 6, 2024
1 parent 12150d8 commit 760f55b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.markdown
@@ -1,5 +1,10 @@
# Unreleased

# 5.3.6
* Fix AutoInstruments when instrumenting hash with shorthand (#486)
* Fix Connection Handling deprecation in ActiveRecord for Rails 7.1 (#483)
* Update ActionView partial instrumentation for Rails 7 (#487)

# 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)
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
@@ -1,6 +1,6 @@
# ScoutApm Ruby Agent

[![Build Status](https://travis-ci.org/scoutapp/scout_apm_ruby.svg?branch=master)](https://travis-ci.org/scoutapp/scout_apm_ruby)
[![Build Status](https://github.com/scoutapp/scout_apm_ruby/actions/workflows/test.yml/badge.svg)](https://github.com/scoutapp/scout_apm_ruby/actions)

A Ruby gem for detailed Rails application performance monitoring 📈. Metrics and transaction traces are
reported to [Scout](https://scoutapp.com), a hosted application monitoring
Expand Down
2 changes: 1 addition & 1 deletion lib/scout_apm/version.rb
@@ -1,3 +1,3 @@
module ScoutApm
VERSION = "5.3.5"
VERSION = "5.3.6"
end

0 comments on commit 760f55b

Please sign in to comment.