diff --git a/CHANGELOG.md b/CHANGELOG.md index c750865..4434192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0](https://github.com/tarka/zone-update/compare/v0.10.1...v0.11.0) - 2026-01-16 + +* Add support for Bunny + +### Other + +- Add async impl and update docs. +- Add sync version of bunny provider. +- Update the DNS record types and make non-exhaustive. +- Add note about Godaddy API restrictions. +- Minor cleanups. + ## [0.10.1](https://github.com/tarka/zone-update/compare/v0.10.0...v0.10.1) - 2026-01-15 ### Documentation diff --git a/Cargo.toml b/Cargo.toml index f31e199..af9453f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zone-update" -version = "0.10.1" +version = "0.11.0" description = "A library of CRUD-like operations on DNS zones for multiple providers" license = "Apache-2.0 OR MIT" repository = "https://github.com/tarka/zone-update"