We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0df4e commit b0b47adCopy full SHA for b0b47ad
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.3.0] - 2024-12-16
9
+
10
+### Fixed
11
12
+- Fixed a bug where the Cloudflare provider was given an incorrect domain name for record update/create
13
14
## [0.2.0] - 2024-12-16
15
16
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ddrs"
3
-version = "0.2.0"
+version = "0.3.0"
4
edition = "2021"
license = "Apache-2.0"
description = "Dynamic DNS client"
0 commit comments