chore: bump version and update changelog

This commit is contained in:
Jan Christian Grünhage 2023-01-02 00:48:32 +01:00
parent 276a22e7f6
commit d715d3d408
Signed by: jcgruenhage
GPG key ID: EEC1170CE56FA2ED
3 changed files with 13 additions and 2 deletions

View file

@ -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

2
Cargo.lock generated
View file

@ -119,7 +119,7 @@ dependencies = [
[[package]]
name = "cloudflare-ddns-service"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"anyhow",
"cloudflare",

View file

@ -1,6 +1,6 @@
[package]
name = "cloudflare-ddns-service"
version = "0.5.0"
version = "0.5.1"
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
edition = "2018"
description = "A daemon to use Cloudflare as a DDNS provider"