diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bdcee1..2e64294 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.2.1] - 2020-04-06 ### Fixed - fix interval timings diff --git a/Cargo.lock b/Cargo.lock index f7eaaf3..8ca9913 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -430,7 +430,7 @@ dependencies = [ [[package]] name = "peshming" -version = "0.2.0" +version = "0.2.1" dependencies = [ "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e223d25..f3378f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peshming" -version = "0.2.0" +version = "0.2.1" authors = ["Jan Christian Grünhage "] edition = "2018" description = "Pings configured hosts in a configurable intervals and exposes metrics for prometheus." diff --git a/README.md b/README.md index 6bcb6dd..7dd8249 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ someone comes up with something better. ### Usage: ``` $ peshming --help -peshming 0.2.0 +peshming 0.2.1 Jan Christian Grünhage Pings configured hosts in a configurable intervals and exposes metrics for prometheus.