From 84a454f65682878059d9a266c020d716e44b4aba Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sun, 25 Jan 2026 14:30:59 +0100 Subject: [PATCH] fixed changelog --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8924d2a..2b50f96 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ The dependency is: ## 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: - **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.