Skip to content

Commit

Permalink
Publish package v3.13.1.alpha.1
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
tombruijn committed Aug 22, 2024
1 parent 8ad8a05 commit 90f6b4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# AppSignal for Ruby gem Changelog

## 3.13.1.alpha.1

_Published on 2024-08-22._

### Changed

- Ignore `Errno::EPIPE` errors when instrumenting response bodies. We've noticed this error gets reported when the connection is broken between server and client. This happens in normal scenarios so we'll ignore this error in this scenario to avoid error reports from errors that cannot be resolved. (patch [8ad8a057](https://github.com/appsignal/appsignal-ruby/commit/8ad8a05787dcb12a5c7febc64559e7f145a59096))

## 3.13.0

_Published on 2024-08-14._
Expand Down
2 changes: 1 addition & 1 deletion lib/appsignal/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Appsignal
VERSION = "3.13.0"
VERSION = "3.13.1.alpha.1"
end

0 comments on commit 90f6b4f

Please sign in to comment.