Skip to content

Commit

Permalink
RELEASE: 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow committed Jun 25, 2020
1 parent f4e5f16 commit 4471745
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.7] - 2020-06-25

### Added
- Add function to remove a specific or all domains from config with backup possibility (PR #28)
- Add IPv6 capability (PR #25)

### Changed
- Improvement to force refresh every 7 days to refresh tokens (Issue #24)

## [0.0.6] - 2020-01-30

### Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4471745

Please sign in to comment.