What's Changed
* docs(issues): use markdown semantic tag for issues titles by Ameausoone in https://github.com/peteeckel/netbox-plugin-dns/pull/487
* Check whether dns_name set before running post_clean on IP addresses by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/489
* Clarify that PTR records are not directly created for IP addresses with DNSsync by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/492
* Accept leading underscores in CNAME and DNAME record names by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/495
* Support for NetBox 4.2 by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/498
Breaking Changes
* The filters `name_server` and `name_server_id` are no longer supported. Use `nameserver` and `nameserver_id` instead.
* The configuration variable `tolerate_underscores_in_hostnames` is no longer supported. Use `tolerate_underscores_in_labels` instead.
* NetBox 4.1.x and earlier are no longer supported. Use NetBox DNS 1.1.7 for 4.0 and 4.1 support.
* Sort order for most models has been changed to `natural`. This may affect the order in which zones, records etc. are returned in API responses.
New Contributors
* Ameausoone made their first contribution in https://github.com/peteeckel/netbox-plugin-dns/pull/487
**Full Changelog**: https://github.com/peteeckel/netbox-plugin-dns/compare/1.1.6...1.2.0