aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rwxr-xr-xkiss2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7a0fdef..0f87195 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,8 +8,8 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
-UNRELEASED
-----------
+1.22.0 - 2020-05-14
+-------------------
### Added
- Added `kiss-exec`, a tool to execute commands inside the alternatives system.
diff --git a/kiss b/kiss
index 39aea51..fe1e38d 100755
--- a/kiss
+++ b/kiss
@@ -1504,7 +1504,7 @@ args() {
l|list) pkg_list "$@" ;;
u|update) pkg_updates ;;
s|search) for pkg do pkg_find "$pkg" all; done ;;
- v|version) log kiss 1.21.1 ;;
+ v|version) log kiss 1.22.0 ;;
h|help|-h|--help|'')
exec 2>&1