Browse Source

Rel 0.9.20 version bump & CHANGELOG update

pull/948/head
Ross McFarland 3 years ago
parent
commit
713d085793
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
2 changed files with 11 additions and 2 deletions
  1. +10
    -1
      CHANGELOG.md
  2. +1
    -1
      octodns/__init__.py

+ 10
- 1
CHANGELOG.md View File

@ -1,4 +1,4 @@
## v0.9.20 - 2022-??-?? - ???
## v0.9.20 - 2022-10-05 - International friendly
#### Noteworthy changes
@ -34,6 +34,15 @@
filtering on record names to include/exclude records from management.
* All Record values are now first class objects. This shouldn't be an externally
visible change, but will enable future improvements.
* --quiet command line option added to raise log level to WARNING, plan
output now comes from `plan` logger rather than `Manager` so that it can stay
at info
* --logging-config command line option added to allow complete logging config
customization, see
https://docs.python.org/3/library/logging.config.html#logging-config-dictschema
for file format and
https://github.com/octodns/octodns/pull/945#issuecomment-1262839550 for an
example config
## v0.9.19 - 2022-08-14 - Subzone handling


+ 1
- 1
octodns/__init__.py View File

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

Loading…
Cancel
Save