diff --git a/CHANGELOG.md b/CHANGELOG.md index b7644ac..2b4c59a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This project follows [semantic versioning](http://semver.org). +### v0.9.1 (2019-02-16) + +-[fixed] Fixed bug in new hex secret key functionality + ### v0.9.0 (2019-02-15) - [added] Added support for cross-compilation diff --git a/Cargo.lock b/Cargo.lock index 4b50e62..b8d5c92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -622,7 +622,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "vpncloud" -version = "0.9.0" +version = "0.9.1" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2d7404d..138ea97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vpncloud" -version = "0.9.0" +version = "0.9.1" authors = ["Dennis Schwerdel "] build = "build.rs" license = "GPL-3.0" diff --git a/assets/changelog.txt b/assets/changelog.txt index 3e302b5..4e9ffc7 100644 --- a/assets/changelog.txt +++ b/assets/changelog.txt @@ -1,3 +1,9 @@ +vpncloud (0.9.1) stable; urgency=medium + + * [fixed] Fixed bug in new hex secret key functionality + + -- Dennis Schwerdel Sat, 16 Jan 2019 15:21:32 +0100 + vpncloud (0.9.0) stable; urgency=medium * [added] Added support for cross-compilation