diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fd0996..bfb75a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] - ReleaseDate +## [0.2.2] - 2018-08-17 ### Fixed - README main TODO list diff --git a/Cargo.lock b/Cargo.lock index 82dac19..a6337e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,7 +76,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "genpass" -version = "0.2.1" +version = "0.2.2" dependencies = [ "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4bfc7b7..1b2c47c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "genpass" -version = "0.2.1" +version = "0.2.2" authors = ["Cyryl PÅ‚otnicki "] description = "A simple yet robust commandline random password generator." repository = "https://github.com/cyplo/genpass"