Skip to content

Commit 6edf23f

Browse files
authored
Merge pull request #133 from octodns/rel-0-0-9
Version 0.0.9 bump and changelog update/fix
2 parents 4218a19 + 612ef86 commit 6edf23f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
* Handle cases where Cloudflare doesn't return a zones name servers.
44

5+
## v0.0.8 - 2025-02-06 - More options
6+
7+
* Add support for optionally retrying requests that hit 403 errors
8+
* Add a zone_id lookup fallback when deleting records
9+
* Add support for setting Cloudflare plan type for zones
10+
511
## v0.0.7 - 2024-08-20 - DS always come second
612

713
* Create DS records after their sibling NS records to appease Cloudflare's

octodns_cloudflare/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
SUPPORTS_SVCB = False
2626

2727
# TODO: remove __VERSION__ with the next major version release
28-
__version__ = __VERSION__ = '0.0.8'
28+
__version__ = __VERSION__ = '0.0.9'
2929

3030

3131
class CloudflareError(ProviderException):

0 commit comments

Comments
 (0)