Skip to content

Commit 437d655

Browse files
committed
Release 2.2.4
1 parent 1812c2b commit 437d655

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ The format is based on [Keep a Changelog][keepachangelog], and this project adhe
66

77
## [Unreleased]
88

9+
## [2.2.4] - 2026-03-29
10+
11+
### Fixed
12+
13+
- Fix formatting of `detailFormat` for resolving cause exceptions.
14+
- Drop transitive dependency to `kotlin-stdlib` (added accidentally by Kotlin plugin, used in **tests** only).
15+
916
## [2.2.3] - 2026-03-26
1017

18+
### Fixed
19+
1120
- Fix detail about enum deserialization errors to correctly say `"enum"` instead of `"string"`.
1221

1322
## [2.2.2] - 2026-03-16

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kotlin.stdlib.default.dependency=false
88
#
99
# Project settings
1010
group=io.github.problem4j
11-
version=2.2.4-SNAPSHOT
11+
version=2.2.4
1212
#
1313
# Internal buildscript settings
1414
internal.pom.url=https://github.com/problem4j/problem4j-spring

0 commit comments

Comments
 (0)