Skip to content

Commit

Permalink
Publish package v3.5.1
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
luismiramirez committed Dec 27, 2023
1 parent d65deea commit 4bc79a2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changesets/fix-compatibility-for-ruby-3-3.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changesets/fix-error-in-diagnose-report-path-read.md

This file was deleted.

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

## 3.5.1

### Fixed

- [2e93182b](https://github.com/appsignal/appsignal-ruby/commit/2e93182b6ae83b16fe9885558cd8f0bfce6a9a5f) patch - Fix an error in the diagnose report when reading a file's contents results in an "Invalid seek" error. This could happen when the log path is configured to `/dev/stdout`, which is not supported.
- [ae0b779b](https://github.com/appsignal/appsignal-ruby/commit/ae0b779b3ec00cc46291bc0373d748d720231e74) patch - Fix logger compatibility with Ruby 3.3

## 3.5.0

### 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.5.0"
VERSION = "3.5.1"
end

0 comments on commit 4bc79a2

Please sign in to comment.