summaryrefslogtreecommitdiff
path: root/wpa-psk-cli
diff options
context:
space:
mode:
Diffstat (limited to 'wpa-psk-cli')
-rw-r--r--wpa-psk-cli/CHANGELOG.md4
-rw-r--r--wpa-psk-cli/Cargo.toml2
2 files changed, 4 insertions, 2 deletions
diff --git a/wpa-psk-cli/CHANGELOG.md b/wpa-psk-cli/CHANGELOG.md
index 54ff7ad..bdd8419 100644
--- a/wpa-psk-cli/CHANGELOG.md
+++ b/wpa-psk-cli/CHANGELOG.md
@@ -10,9 +10,11 @@ The format is based on [Keep A Changelog][] and this project adheres to
## Unreleased
+## [0.1.4] - 2023-05-18
+
### Fixed
-- Abort on OpenBSD when printing help.
+- Abort on OpenBSD when printing help due to pledge(2) violation.
## [0.1.3] - 2023-05-14
diff --git a/wpa-psk-cli/Cargo.toml b/wpa-psk-cli/Cargo.toml
index a59ee2b..6bf47b0 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.3"
+version = "0.1.4"
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.