CHANGELOG.md in sentry-rails-4.1.6 vs CHANGELOG.md in sentry-rails-4.1.7
- old
+ new
@@ -1,6 +1,12 @@
# Changelog
+## 4.1.7
+
+- Use env to carry original transaction name [#1255](https://github.com/getsentry/sentry-ruby/pull/1255)
+- Fix duration of tracing event in Rails 5 [#1254](https://github.com/getsentry/sentry-ruby/pull/1254) (by @abcang)
+- Filter out static file transaction [#1247](https://github.com/getsentry/sentry-ruby/pull/1247)
+
## 4.1.6
- Prevent exceptions app from overriding event's transaction name [#1230](https://github.com/getsentry/sentry-ruby/pull/1230)
- Fix project root detection [#1242](https://github.com/getsentry/sentry-ruby/pull/1242)
- Use sentry-ruby-core as the main SDK dependency [#1244](https://github.com/getsentry/sentry-ruby/pull/1244)