Skip to content

Commit

Permalink
Publish package v3.12.2
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
tombruijn committed Jul 25, 2024
1 parent b2d1c7e commit 53aa75d
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.12.2

_Published on 2024-07-25._

### Fixed

- Fix the default env and root path for the integrations using loader mechanism. If `APPSIGNAL_APP_ENV` is set when using `Appsignal.load(...)`, the AppSignal env set in `APPSIGNAL_APP_ENV` is now leading again. (patch [b2d1c7ee](https://github.com/appsignal/appsignal-ruby/commit/b2d1c7ee082e6865d9dc8d23ef060ecec9197a0e))

## 3.12.1

_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.1"
VERSION = "3.12.2"
end

0 comments on commit 53aa75d

Please sign in to comment.