fixed changelog

This commit is contained in:
2026-01-25 14:30:59 +01:00
parent 4a3ec42fa5
commit 84a454f656
+4
View File
@@ -49,6 +49,10 @@ The dependency is:
## Changelog ## Changelog
- 0.3.0-SNAPSHOT:
- **Breaking Change**:
- **New Fluent API**: Changed the initialization of the client(`new CfDnsClientBuilder().withApiTokenAuth("your-api-token").build()`)
- Authentication with API token.
- 0.2.0: - 0.2.0:
- **Breaking Change**: `emptyResultThrowsException` default changed from `true` to `false`. Now applies to both - **Breaking Change**: `emptyResultThrowsException` default changed from `true` to `false`. Now applies to both
single and multiple result requests. Empty results will be returned by default without throwing exceptions. single and multiple result requests. Empty results will be returned by default without throwing exceptions.