From 1ae5ad92f01cae4a615479dfc7ff9b9b2160d379 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Mon, 3 Feb 2025 13:20:21 -0800 Subject: [PATCH] Version 1.11.0 version bump & changelog update --- CHANGELOG.md | 2 +- octodns/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b66533..d69254e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.?.? - 2024-??-?? - ??? +## v1.11.0 - 2025-02-03 - Cleanup & deprecations with meta planning * Deprecation warning for Source.populate w/o the lenient param, to be removed in 2.x diff --git a/octodns/__init__.py b/octodns/__init__.py index 52ad199..d49222c 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.10.0' +__version__ = __VERSION__ = '1.11.0'