Skip to content

Commit

Permalink
Publish package v4.0.2
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
tombruijn committed Aug 23, 2024
1 parent 6088461 commit 251d18f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.

This file was deleted.

6 changes: 0 additions & 6 deletions .changesets/fix-rails-session-data-not-being-reported.md

This file was deleted.

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

## 4.0.2

_Published on 2024-08-23._

### Fixed

- Do not log a warning for `nil` data being added as sample data, but silently ignore it because we don't support it. (patch [0a658e5e](https://github.com/appsignal/appsignal-ruby/commit/0a658e5e523f23f87b7d6e0b88bf6d6bea529f06))
- Fix Rails session data not being reported. (patch [1565c7f0](https://github.com/appsignal/appsignal-ruby/commit/1565c7f0a55e8c2e51b615863b12d13a2b246949))

## 4.0.1

_Published on 2024-08-23._
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.1"
VERSION = "4.0.2"
end

0 comments on commit 251d18f

Please sign in to comment.