From 950819b8f542ae97e100d06685a82b1f56b4ec9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 08:05:45 +0000 Subject: [PATCH] chore: release v0.11.1 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4434192..7b64585 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.1](https://github.com/tarka/zone-update/compare/v0.11.0...v0.11.1) - 2026-01-17 + +### Documentation + +- Minor providers update. + +### Other + +- Fix README AI section. +- Use &str more consistently +- Minor cleanups. + ## [0.11.0](https://github.com/tarka/zone-update/compare/v0.10.1...v0.11.0) - 2026-01-16 * Add support for Bunny diff --git a/Cargo.toml b/Cargo.toml index af9453f..efa9997 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zone-update" -version = "0.11.0" +version = "0.11.1" 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"