chore: bump version and update changelog

This commit is contained in:
Jan Christian Grünhage 2023-01-15 13:36:46 +01:00
parent 2c1f19d647
commit 84db7292a6
Signed by: jcgruenhage
GPG Key ID: EEC1170CE56FA2ED
3 changed files with 10 additions and 2 deletions

View File

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

2
Cargo.lock generated
View File

@ -118,7 +118,7 @@ dependencies = [
[[package]]
name = "cloudflare-ddns-service"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"anyhow",
"cloudflare",

View File

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