diff --git a/.changesets/report-response-status-for-rails-requests.md b/.changesets/report-response-status-for-rails-requests.md deleted file mode 100644 index ecb46c9cc..000000000 --- a/.changesets/report-response-status-for-rails-requests.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -bump: patch -type: add ---- - -Report the response status for Rails requests as the `response_status` tag on samples, e.g. 200, 301, 500. This tag is visible on the sample detail page. - -The response status is also reported as the `response_status` metric. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3b78326..d6437f737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # AppSignal for Ruby gem Changelog +## 3.8.1 + +_Published on 2024-06-17._ + +### Added + +- [5459a021](https://github.com/appsignal/appsignal-ruby/commit/5459a021d7d4bbbd09a0dcbdf5f3af7bf861b6f5) patch - Report the response status for Rails requests as the `response_status` tag on samples, e.g. 200, 301, 500. This tag is visible on the sample detail page. + + The response status is also reported as the `response_status` metric. + ## 3.8.0 _Published on 2024-06-17._ diff --git a/lib/appsignal/version.rb b/lib/appsignal/version.rb index 48c0713ee..58d092909 100644 --- a/lib/appsignal/version.rb +++ b/lib/appsignal/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Appsignal - VERSION = "3.8.0" + VERSION = "3.8.1" end