From aaae19f7834fc47eda80f42b12d8edf36a1e5511 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sun, 8 Mar 2026 18:04:07 +0100 Subject: [PATCH] Update README: document breaking change in `client.zone().record()` renaming to `client.zone().getRecord()` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15cb21b..e8f9ac8 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ The dependency is: ## Changelog +- 0.4.0-SNAPSHOT: + - **Breaking Change**: renamed `client.zone().record()` to `client.zone().getRecord()` - 0.3.0: - **Breaking Change**: - **New Fluent API**: Changed the initialization of the client(`new CfDnsClientBuilder().withApiTokenAuth("your-api-token").build()`)