Update README with dependency version and changelog

Updated the Maven dependency version to 0.1.0-beta.3 in the README. Added a new changelog section detailing version updates for better tracking.
This commit is contained in:
2025-04-22 18:06:04 +02:00
parent 3d302f7518
commit 579c5e07d7
+7 -1
View File
@@ -47,10 +47,16 @@ The dependency is:
<dependency>
<groupId>codes.thischwa</groupId>
<artifactId>cloudflaredns</artifactId>
<version>0.1.0-beta.2</version>
<version>0.1.0-beta.3</version>
</dependency>
```
## Changelog
- 0.1.0-beta.1: 1st runnable version
- 0.1.0-beta.2:
- 0.1.0-beta.3:
## Methods Overview
The following text focuses on the basic methods. For further information take a look at the [javadoc of the CfDnsClient](https://cloudflaredns-java-f4ee3a.gitlab.io/apidocs/codes/thischwa/cf/CfDnsClient.html).