From d83c36466051c373f6ab2d0febcbf4372a957f22 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sun, 15 Feb 2026 17:35:22 +0100 Subject: [PATCH] Update README.md: Finalize version in changelog from 0.3.0-SNAPSHOT to 0.3.0. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b50f96..2fd93f4 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The dependency is: ## Changelog -- 0.3.0-SNAPSHOT: +- 0.3.0: - **Breaking Change**: - **New Fluent API**: Changed the initialization of the client(`new CfDnsClientBuilder().withApiTokenAuth("your-api-token").build()`) - Authentication with API token.