We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e5f16 commit 4471745Copy full SHA for 4471745
CHANGELOG.md
@@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.0.7] - 2020-06-25
10
+
11
### Added
12
- Add function to remove a specific or all domains from config with backup possibility (PR #28)
13
- Add IPv6 capability (PR #25)
14
15
+### Changed
16
+- Improvement to force refresh every 7 days to refresh tokens (Issue #24)
17
18
## [0.0.6] - 2020-01-30
19
20
### Changed
setup.py
@@ -6,7 +6,7 @@
setup(
name = 'domain-connect-dyndns',
- version = '0.0.6',
+ version = '0.0.7',
description = 'Python client library for Dynamic DNS using Domain Connect',
license = 'MIT',
long_description=long_description,
0 commit comments