Browse Source

Merge pull request #1077 from octodns/rel-1.2.1

v1.2.1 version bump & changelog update
pull/1079/head v1.2.1
Ross McFarland 2 years ago
committed by GitHub
parent
commit
cac964c91b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      octodns/__init__.py

+ 4
- 0
CHANGELOG.md View File

@ -1,3 +1,7 @@
## v1.2.1 - 2023-09-29 - Now with fewer stale files
* Update script/release to do clean room dist builds
## v1.2.0 - 2023-09-28 - Bunch more bug fixes
* Record.from_rrs supports `source` parameter


+ 1
- 1
octodns/__init__.py View File

@ -1,3 +1,3 @@
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers'
__VERSION__ = '1.2.0'
__VERSION__ = '1.2.1'

Loading…
Cancel
Save