From 84db7292a6b20ddcf81ff18b3e37bda1e2139365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sun, 15 Jan 2023 13:36:46 +0100 Subject: [PATCH] chore: bump version and update changelog --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0153f37..b2e0bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.5.3] - 2023-01-15 + +### Miscellaneous Tasks + +- Replace homegrown public IP lookup with library +- Update dependencies +- Bump version and update changelog + ## [0.5.2] - 2023-01-14 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index db22d40..9c9de4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,7 +118,7 @@ dependencies = [ [[package]] name = "cloudflare-ddns-service" -version = "0.5.2" +version = "0.5.3" dependencies = [ "anyhow", "cloudflare", diff --git a/Cargo.toml b/Cargo.toml index 580308c..a0d590f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudflare-ddns-service" -version = "0.5.2" +version = "0.5.3" authors = ["Jan Christian Grünhage "] edition = "2018" description = "A daemon to use Cloudflare as a DDNS provider"