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"