diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f079d5..69e4240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Development +# 0.3.0 (2024-11-02) - Ensure parsed IP's version type matches target DNS record type - Fixed potential record update failures if more than an `A` record is defined diff --git a/nfsn_ddns/__init__.py b/nfsn_ddns/__init__.py index 9ec22fc..caa5aa1 100644 --- a/nfsn_ddns/__init__.py +++ b/nfsn_ddns/__init__.py @@ -1,4 +1,4 @@ # SPDX-License-Identifier: BSD-2-Clause # Copyright nfsn-ddns Contributors -__version__ = '0.3.0.dev0' +__version__ = '0.3.0'