Skip to content

Commit bae5504

Browse files
committed
RELEASE: 0.0.8
1 parent 8ae9c59 commit bae5504

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,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.0.8] - 2020-06-30
10+
11+
### Changed
12+
- BUGFIX: exception on first run after initialization
13+
914
## [0.0.7] - 2020-06-25
1015

1116
### Added

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.7',
9+
version = '0.0.8',
1010
description = 'Python client library for Dynamic DNS using Domain Connect',
1111
license = 'MIT',
1212
long_description=long_description,

0 commit comments

Comments
 (0)