Skip to content

Commit

Permalink
Publish packages
Browse files Browse the repository at this point in the history
- v3.4.4

[ci skip]
  • Loading branch information
luismiramirez committed Jun 2, 2023
1 parent ae5f057 commit bb6fad1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .changesets/fix-activesupport-logger-broadcast-compatibility.md

This file was deleted.

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

## 3.4.4

### Fixed

- [17500724](https://github.com/appsignal/appsignal-ruby/commit/175007245a5506cf06e5447acad431014b461fff) patch - Fixed a bug that prevented log messages from getting to AppSignal when using the convenience methods as in:

```ruby
Rails.logger.warn("Warning message")
```

## 3.4.3

### Added
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.4.3"
VERSION = "3.4.4"
end

0 comments on commit bb6fad1

Please sign in to comment.