From 9fac14af085b36023500c06de56f8cedeb8578d6 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sun, 30 Jul 2023 07:09:55 -0700 Subject: [PATCH] v1.0.0 version bump and changelog update --- CHANGELOG.md | 7 ++++++- octodns/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2449878..577afec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## v1.0.0 - 2023-??-?? - The One +## v1.0.0 - 2023-07-30 - The One + +1.0 marks a point at which we can formally deprecate things that will be +going away with 2.0 more than specific functionality that has been added or +having reached a notable level of stability (beyond what is normal.) It is also +long (years) overdue. #### Noteworthy changes diff --git a/octodns/__init__.py b/octodns/__init__.py index f045bfc..9fb2bbb 100644 --- a/octodns/__init__.py +++ b/octodns/__init__.py @@ -1,3 +1,3 @@ 'OctoDNS: DNS as code - Tools for managing DNS across multiple providers' -__VERSION__ = '1.0.0rc1' +__VERSION__ = '1.0.0'