From 487ad2503867cc6fa278d583f06b0a75e5095853 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Fri, 24 Oct 2025 10:21:35 -0700 Subject: [PATCH] Correct version, should have been 1.14.0, a minor bump --- CHANGELOG.md | 2 +- octodns/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 798c2e4..42cad78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.13.0 - 2025-10-24 +## 1.14.0 - 2025-10-24 Minor: * Full rewrite of octodns-report: support for IPv6 resolvers, async names resolution and JSON output - [#1321](https://github.com/octodns/octodns/pull/1321) diff --git a/octodns/__init__.py b/octodns/__init__.py index 19e535d..f94bafd 100644 --- a/octodns/__init__.py +++ b/octodns/__init__.py @@ -1,4 +1,4 @@ 'OctoDNS: DNS as code - Tools for managing DNS across multiple providers' # TODO: remove __VERSION__ w/2.x -__version__ = __VERSION__ = '1.13.0' +__version__ = __VERSION__ = '1.14.0'