Skip to content

Commit b0b47ad

Browse files
committed
v0.3.0
1 parent 4f0df4e commit b0b47ad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
814
## [0.2.0] - 2024-12-16
915

1016
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ddrs"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Dynamic DNS client"

0 commit comments

Comments
 (0)