Skip to content

Commit

Permalink
Publish package v3.9.1
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
tombruijn committed Jun 24, 2024
1 parent 46e1c75 commit ad3f1c8
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.9.1

_Published on 2024-06-24._

### Fixed

- [0a253aa1](https://github.com/appsignal/appsignal-ruby/commit/0a253aa16c00cd6172e35a4edaff34f76ac9cbe5) patch - Fix parameter reporting for Rack and Sinatra apps, especially POST payloads.

## 3.9.0

_Published on 2024-06-21._
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.9.0"
VERSION = "3.9.1"
end

0 comments on commit ad3f1c8

Please sign in to comment.