Skip to content

Commit 17483f1

Browse files
committed
chore: Bump version to 1.4.0
1 parent aec409e commit 17483f1

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
## [1.3.2.beta] - 2026-06-16
1+
## [1.4.0] - 2026-06-23
22
- Relax `activesupport` dependency constraint from `~> 7.1.6` to `>= 7.1.6, < 9.0` to unblock services upgrading to Rails 7.2 / 8.x.
3-
4-
## [1.3.1.beta] - 2026-06-03
53
- Prevent `ErrorResponse::RequestError` from being swallowed by broad handlers such as `rescue_from Exception`.
64
- Handle `RequestError` through `ErrorResponse::Helper#rescue_with_handler` before falling back to generic rescue flow.
75
- Add RSpec coverage for rescue order behavior with both `RequestError` and non-`RequestError` exceptions.
86
- Update README to document the rescue order guarantee and usage notes with broad exception handlers.
7+
- Released as minor bump (1.4.0) so downstream services pinned to `~> 1.3` or earlier are not auto-updated; upgrade to `~> 1.4` is opt-in per service.
98

109
## [1.3.0] - 2026-06-02
1110
- Add `config.error_message_resolver` extension hook to customize `ErrorResponse::Helper#error_response` without monkey patching.

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.2.beta
1+
1.4.0

0 commit comments

Comments
 (0)