Skip to content

Commit

Permalink
Publish package v4.0.8
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
tombruijn committed Sep 13, 2024
1 parent 32323de commit 3b83934
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

## 4.0.8

_Published on 2024-09-13._

### Fixed

- Fix a `ThreadError` from being raised on process exit when `Appsignal.stop` is called from a `Signal.trap` block, like when Puma shuts down in clustered mode. (patch [32323ded](https://github.com/appsignal/appsignal-ruby/commit/32323ded277d4764ea1bd0d0dab02bef3de40ccb))

## 4.0.7

_Published on 2024-09-12._
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 = "4.0.7"
VERSION = "4.0.8"
end

0 comments on commit 3b83934

Please sign in to comment.