Skip to content

Commit eebbc5f

Browse files
authored
bump to version 5.6.2 and update changelog (#540)
1 parent c167e84 commit eebbc5f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.markdown

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Unreleased
2+
3+
# 5.6.2
24
- Fix deprecation warning for Sidekiq 7.1.5+ (#535)
35
- Add support for Mongoid 8 and 9. Remove support for old versions. (#538)
6+
- Detect deployed SHA from Kamal (#528)
47

58
# 5.6.1
69
- Fix `job_sample_rate` and `endpoint_sample_rate` default configuration values (#529)

lib/scout_apm/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ScoutApm
2-
VERSION = "5.6.1"
2+
VERSION = "5.6.2"
33
end

0 commit comments

Comments
 (0)