Skip to content

Commit

Permalink
Publish package v4.0.0.beta.2
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
tombruijn committed Aug 19, 2024
1 parent e933636 commit c7078b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changesets/allow-parameters-to-be-unset.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.0.beta.2

_Published on 2024-08-19._

### Added

- Add a helper for parameters sample data to be unset. This is a private method until we stabilize it. (patch [e9336363](https://github.com/appsignal/appsignal-ruby/commit/e9336363fa869c88ab925f57e86ead45e8e18c29))

## 4.0.0.beta.1

_Published on 2024-08-19._
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.0.beta.1"
VERSION = "4.0.0.beta.2"
end

0 comments on commit c7078b6

Please sign in to comment.