From 9a7fefc16cec4a389f8b2b40efa0d50ebbe73dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 14 Jan 2023 21:55:11 +0100 Subject: [PATCH] chore: bump version and update changelog --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91be2a4..0153f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.5.2] - 2023-01-14 + +### Bug Fixes + +- Switch to cloudflare fork that actually parses API responses + +### Miscellaneous Tasks + +- Improve error handling +- Fix clippy lints +- Bump version and update changelog + ## [0.5.1] - 2023-01-01 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 779cb0c..243a902 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,7 +118,7 @@ dependencies = [ [[package]] name = "cloudflare-ddns-service" -version = "0.5.1" +version = "0.5.2" dependencies = [ "anyhow", "cloudflare", diff --git a/Cargo.toml b/Cargo.toml index ea7ccfd..7d73d22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudflare-ddns-service" -version = "0.5.1" +version = "0.5.2" authors = ["Jan Christian Grünhage "] edition = "2018" description = "A daemon to use Cloudflare as a DDNS provider"