Skip to content

Commit

Permalink
Release 7.3.1 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jun 25, 2024
1 parent 9226b29 commit 41ce805
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.3.1 2024-06-24 <dave at tiredofit dot ca>

### Changed
- Fix for 7.3.0 release


## 7.3.0 2024-06-24 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion install/usr/sbin/cloudflare-companion
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def point_domain(name, domain_infos):
u'name': name,
u'content': domain_info['target_domain'],
u'ttl': int(domain_info['ttl']),
u'proxied': domain_info['proxied']
u'proxied': domain_info['proxied'],
u'comment': domain_info['comment']
}
if REFRESH_ENTRIES:
Expand Down

0 comments on commit 41ce805

Please sign in to comment.