diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e2c5fc..02b00f13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.0.70 + +- Fix for `doing done --took 30m` setting the wrong @done timestamp when completing previous item + ### 1.0.69 - Add `--unfinished` option to finish and cancel commands diff --git a/README.md b/README.md index e2e228ff..9ab6e184 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If there's something I want to look at later but doesn't need to be added to a t ## Installation -The current version of `doing` is 1.0.68. +The current version of `doing` is 1.0.69. $ [sudo] gem install doing diff --git a/lib/doing/version.rb b/lib/doing/version.rb index b361fe9b..c3426db5 100644 --- a/lib/doing/version.rb +++ b/lib/doing/version.rb @@ -1,3 +1,3 @@ module Doing - VERSION = '1.0.69' + VERSION = '1.0.70' end