diff --git a/ChangeLog.md b/ChangeLog.md index 381f6d3..dd2c55f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,7 @@ +# Release 2.2.1 + +* add `-V`/`--version` command line option. (#22) + # Release 2.2 * Writing outputs and grabbing input is now managed separately. diff --git a/debian/changelog b/debian/changelog index 41c300d..89f8acb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -netevent (2.2-1) unreleased; urgency=medium +netevent (2.2.1-1) unreleased; urgency=medium * Writing outputs and grabbing input is now managed separately. * The `grab` command is deprecated and split into the following two new @@ -6,6 +6,7 @@ netevent (2.2-1) unreleased; urgency=medium * `grab-devices` for input device grabbing. * `write-events` for sending the events. * support out of tree builds + * Added --version/-V command line option -- Wolfgang Bumiller Sun, 24 Dec 2017 10:57:35 +0100