Skip to content

Commit

Permalink
Publish package v4.0.6
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
tombruijn committed Sep 3, 2024
1 parent 4b7ef84 commit fde70a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changesets/add-support-for-que-2-keyword-arguments.md

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.6

_Published on 2024-09-03._

### Added

- Add support for Que 2 keyword arguments. Que job arguments will now be reported as the `arguments` key for positional arguments and `keyword_arguments` for Ruby keyword arguments. (patch [770bdc06](https://github.com/appsignal/appsignal-ruby/commit/770bdc06c352de09757edc92ee06b7c999befaee))

## 4.0.5

_Published on 2024-09-02._
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.5"
VERSION = "4.0.6"
end

0 comments on commit fde70a6

Please sign in to comment.