diff --git a/CHANGELOG.md b/CHANGELOG.md index 622adcc..2eaf480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v0.4.1] - 2021-04-27 ### Changed - code cleanup - switch over to tokio-ping fork, tokio-icmp-echo diff --git a/Cargo.lock b/Cargo.lock index a028b38..2dfc683 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -447,7 +447,7 @@ dependencies = [ [[package]] name = "peshming" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "async-anyhow-logger", diff --git a/Cargo.toml b/Cargo.toml index fb07c27..e7111ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peshming" -version = "0.4.0" +version = "0.4.1" license = "AGPL-3.0-only" authors = ["Jan Christian Grünhage "] repository = "https://git.jcg.re/jcgruenhage/peshming"