From 8aaf3e74409b2f130a14ba7372f08e81dc255135 Mon Sep 17 00:00:00 2001 From: Roland Schaer Date: Sun, 2 Jun 2024 13:06:17 +0200 Subject: [PATCH] chore: Release demand version 1.2.4 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14d8362..9a85df6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ # Changelog +## [1.2.4] - 2024-06-02 + +### Bug Fixes + +- [security] password input renders password on success (#60) + ## [1.2.3] - 2024-05-23 ### Miscellaneous Tasks +- Release demand version 1.2.3 - Update screen recordings (#58) - Add example and docs for list (#56) diff --git a/Cargo.toml b/Cargo.toml index a2986b1..2b549a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "demand" -version = "1.2.3" +version = "1.2.4" edition = "2021" description = "A CLI prompt library" license = "MIT"