From d715d3d408f311063dcea6b8a187b19cca7433a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Mon, 2 Jan 2023 00:48:32 +0100 Subject: [PATCH] chore: bump version and update changelog --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab3c774..91be2a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.5.1] - 2023-01-01 + +### Bug Fixes + +- Make container image actually usable + +### Miscellaneous Tasks + +- Improve logging granularity +- Bump version and update changelog + ## [0.5.0] - 2023-01-01 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index a43aa0f..9b6b0e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ dependencies = [ [[package]] name = "cloudflare-ddns-service" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "cloudflare", diff --git a/Cargo.toml b/Cargo.toml index 505750a..b9ffc04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudflare-ddns-service" -version = "0.5.0" +version = "0.5.1" authors = ["Jan Christian Grünhage "] edition = "2018" description = "A daemon to use Cloudflare as a DDNS provider"