Skip to content

Commit 41ce805

Browse files
committed
Release 7.3.1 - See CHANGELOG.md
1 parent 9226b29 commit 41ce805

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
@@ -1,3 +1,9 @@
1+
## 7.3.1 2024-06-24 <dave at tiredofit dot ca>
2+
3+
### Changed
4+
- Fix for 7.3.0 release
5+
6+
17
## 7.3.0 2024-06-24 <dave at tiredofit dot ca>
28

39
### Added

install/usr/sbin/cloudflare-companion

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def point_domain(name, domain_infos):
180180
u'name': name,
181181
u'content': domain_info['target_domain'],
182182
u'ttl': int(domain_info['ttl']),
183-
u'proxied': domain_info['proxied']
183+
u'proxied': domain_info['proxied'],
184184
u'comment': domain_info['comment']
185185
}
186186
if REFRESH_ENTRIES:

0 commit comments

Comments
 (0)