From b71a78118bead8a854b183b34726f82a1d94efbf Mon Sep 17 00:00:00 2001 From: Kaan Barmore-Genc Date: Wed, 1 Feb 2023 23:24:09 -0500 Subject: [PATCH] Release 1.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe19f6c..359c276 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -652,7 +652,7 @@ dependencies = [ [[package]] name = "gandi-live-dns" -version = "1.6.0" +version = "1.7.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ee6665f..0622ac9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gandi-live-dns" description = "Automatically updates your IP address in Gandi's Live DNS. Makes it possible to use Gandi as a dynamic DNS system." -version = "1.6.0" +version = "1.7.0" edition = "2021" authors = ["Kaan Barmore-Genç "] license = "MIT"