Skip to content

Commit fc9acf8

Browse files
committed
Update ChangeLog via Copilot
1 parent 19ac6a0 commit fc9acf8

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
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: rollbar-wai
8-
version: 1.1.1
8+
version: 1.2.0
99
synopsis: Provides error reporting capabilities to WAI based applications through Rollbar API.
1010

1111
description: Please see the README on GitHub at

0 commit comments

Comments
 (0)