summaryrefslogtreecommitdiff
path: root/wpa-psk-cli
diff options
context:
space:
mode:
Diffstat (limited to 'wpa-psk-cli')
-rw-r--r--wpa-psk-cli/CHANGELOG.md6
-rw-r--r--wpa-psk-cli/Cargo.toml2
2 files changed, 7 insertions, 1 deletions
diff --git a/wpa-psk-cli/CHANGELOG.md b/wpa-psk-cli/CHANGELOG.md
index bf56120..7f8ad51 100644
--- a/wpa-psk-cli/CHANGELOG.md
+++ b/wpa-psk-cli/CHANGELOG.md
@@ -10,6 +10,12 @@ The format is based on [Keep A Changelog][] and this project adheres to
## Unreleased
+## [0.1.1] - 2022-10-03
+
+### Changed
+
+- Upgraded to Clap version 4.
+
## [0.1.0] - 2022-05-28
### Added
diff --git a/wpa-psk-cli/Cargo.toml b/wpa-psk-cli/Cargo.toml
index e4b2679..b610d9a 100644
--- a/wpa-psk-cli/Cargo.toml
+++ b/wpa-psk-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wpa-psk-cli"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Stefan Kreutz <mail@skreutz.com>"]
edition = "2021"
description = "A command-line utility to compute the WPA-PSK of a Wi-FI SSID and passphrase"
Generated by cgit. See skreutz.com for my tech blog and contact information.