Skip to content

Commit a068321

Browse files
committed
Bump version to 1.2
1 parent 406d444 commit a068321

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.2.0
2+
* Add ability to capture log line with logs.
3+
* `logs_capture_log_line: true`
4+
* Add ability to capture stack trace with logs.
5+
* `logs_capture_call_stack: true`
6+
* See [#98](https://github.com/scoutapp/scout_apm_ruby_logging/pull/98) for benchmarks.
7+
* Add ability to disable warn message on method_missing.
8+
* `logs_method_missing_warning: false`
9+
* Add ability to log stack trace on method_missing.
10+
* `logs_method_missing_call_stack: true`
11+
* Add tests for ActionCable.
12+
113
## 1.1.0
214
* Bump vendored SDK version to 0.2.0.
315

lib/scout_apm/logging/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module ScoutApm
44
module Logging
5-
VERSION = '1.1.0'
5+
VERSION = '1.2.0'
66
end
77
end

0 commit comments

Comments
 (0)