Skip to content

Commit 54a2fc9

Browse files
committed
Update ChangeLog via Copilot
1 parent 4c1f8ed commit 54a2fc9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

rollbar-wai/ChangeLog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ All notable changes to this project will be documented in this file.
88
- Added support for GHC 9.4
99
- Changed `text` dependency upper bound: we now support `text-2.0.X.X`.
1010

11-
## Unreleased changes
11+
## [1.2.0] - 2025-05-16
12+
13+
### Changed
14+
- `rollbarOnExceptionWith` now takes a fork function of type `IO () -> IO ()`.
15+
- All tests are now synchronous and no longer use `threadDelay`.
16+
- Updated `rollbarOnException` and all usages to match the new signature.

rollbar-wai/rollbar-wai.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cabal-version: 1.12
77
-- hash: ec084557ab6ac4fa78cda03d7566582d95296b617cdf5f55ec5d6a8ab9bad8c8
88

99
name: rollbar-wai
10-
version: 1.1.0
10+
version: 1.2.0
1111
synopsis: Provides error reporting capabilities to WAI based applications through Rollbar API.
1212

1313
description: Please see the README on GitHub at

0 commit comments

Comments
 (0)