diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 38e3463..6db2eeb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +0.2.1 +----- +- Clear clipboard after a timeout on password copying + 0.2.0 ----- New commands: diff --git a/pyproject.toml b/pyproject.toml index 9723ea8..0184fb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kpcli" -version = "0.2.0" +version = "0.2.1" description = "A simple command line tool to interact with KeePassX databases" authors = ["Becky Smith "] license = "GPL-3.0-or-later"