diff --git a/CHANGELOG.md b/CHANGELOG.md index f9cba03..3aead11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.0.2 - 2023-??-?? - ??? +## v0.0.2 - 2023-10-06 - Know your zones * Suppoort for list_zones/dynamic zone config * Meaningful user-agent added to all requests diff --git a/octodns_dnsimple/__init__.py b/octodns_dnsimple/__init__.py index 177a5a4..8ccb4f1 100644 --- a/octodns_dnsimple/__init__.py +++ b/octodns_dnsimple/__init__.py @@ -2,7 +2,7 @@ # # -__VERSION__ = '0.0.1' +__VERSION__ = '0.0.2' import logging