Skip to content

Commit

Permalink
Publish package v3.12.3
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
tombruijn committed Jul 30, 2024
1 parent 65d5428 commit 98fae7e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changesets/fix-configure-config-reuse.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changesets/fix-env-being-reported-as-----.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

## 3.12.3

_Published on 2024-07-30._

### Fixed

- Fix the application environment being reported as "[]" when no valid environment could be found. (patch [cf081253](https://github.com/appsignal/appsignal-ruby/commit/cf0812536e0651ee5b62427847a4244d4640e22b))
- Fix `Appsignal.configure` call without `env` argument not reusing the previously configured configuration. (patch [65d5428c](https://github.com/appsignal/appsignal-ruby/commit/65d5428c4d41f683a796b67b0ae339a0d213c802))

## 3.12.2

_Published on 2024-07-25._
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.12.2"
VERSION = "3.12.3"
end

0 comments on commit 98fae7e

Please sign in to comment.