diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a25f11..2720584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.1](https://github.com/tarka/zone-update/compare/v0.9.0...v0.9.1) - 2026-01-08 + +### Other + +- Import README into the top-level docs. +- Soften the tone in AI section. +- Enhance README description of library features +- Bump dependencies + ## [0.9.0](https://github.com/tarka/zone-update/compare/v0.8.0...v0.9.0) - 2025-12-29 ### Other diff --git a/Cargo.lock b/Cargo.lock index af64fcc..69fd467 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2593,7 +2593,7 @@ checksum = "0f4a4e8e9dc5c62d159f04fcdbe07f4c3fb710415aab4754bf11505501e3251d" [[package]] name = "zone-update" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d23df21..78f9c12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zone-update" -version = "0.9.0" +version = "0.9.1" description = "A minimal library of DNS provider utilities" license = "Apache-2.0 OR MIT" repository = "https://github.com/tarka/zone-update"