Skip to content

Commit

Permalink
Publish package v3.4.11
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
tombruijn committed Aug 25, 2023
1 parent d782f9a commit 5d2b6bb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changesets/add-role-config-option.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changesets/bump-agent-d789895.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changesets/ruby-2-7-support.md

This file was deleted.

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

## 3.4.11

### Added

- [4722292d](https://github.com/appsignal/appsignal-ruby/commit/4722292d022fb7ff7f3403b964b24e82112e93bd) patch - Re-add support for Ruby 2.7.
- [d782f9a6](https://github.com/appsignal/appsignal-ruby/commit/d782f9a6db0bd679f01c543900b39fc15124a25f) patch - Add the `host_role` config option. This config option can be set per host to generate some metrics automatically per host and possibly do things like grouping in the future.

### Changed

- [f61f4f68](https://github.com/appsignal/appsignal-ruby/commit/f61f4f68699f022d3d9dbb0fa5dc98881923a001) patch - Bump agent to version d789895.

- Increase short data truncation from 2000 to 10000 characters.

## 3.4.10

### Changed
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.10"
VERSION = "3.4.11"
end

0 comments on commit 5d2b6bb

Please sign in to comment.