Skip to content

Commit 4471745

Browse files
committed
RELEASE: 0.0.7
1 parent f4e5f16 commit 4471745

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.0.7] - 2020-06-25
10+
911
### Added
1012
- Add function to remove a specific or all domains from config with backup possibility (PR #28)
1113
- Add IPv6 capability (PR #25)
1214

15+
### Changed
16+
- Improvement to force refresh every 7 days to refresh tokens (Issue #24)
17+
1318
## [0.0.6] - 2020-01-30
1419

1520
### Changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name = 'domain-connect-dyndns',
9-
version = '0.0.6',
9+
version = '0.0.7',
1010
description = 'Python client library for Dynamic DNS using Domain Connect',
1111
license = 'MIT',
1212
long_description=long_description,

0 commit comments

Comments
 (0)