We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afca14 commit c8bd8c0Copy full SHA for c8bd8c0
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "2.0.0"
+ ".": "1.0.0"
3
}
CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## 1.0.0 (2026-02-08)
4
+
5
6
+### ⚠ BREAKING CHANGES
7
8
+* PMD downgrade from 7.0.0 to 6.55.0 changes CPD API
9
10
+### Bug Fixes
11
12
+* handle NaN values in JSON serialization ([0daf977](https://github.com/philips-software/cerberus/commit/0daf977cce19e9fcf5d4df855b4edeba2d7a38a1))
13
14
15
+### Build System
16
17
+* update dependencies for Gradle 8.7 compatibility ([696710e](https://github.com/philips-software/cerberus/commit/696710e45d5c9dfa11b5f57a776b35b6e8fbfeac))
18
19
## [2.0.0](https://github.com/philips-software/cerberus/compare/v1.0.0...v2.0.0) (2026-02-08)
20
21
0 commit comments