diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 6169574..e8a5597 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,5 +1,18 @@ = Stop… Camping Time! release news +== 1.12.1 + +Small update release to include to missing 1.12 change log and added +a footer with the current version. + +== 1.12 + +Bugfixes: + +* Show a message if there are tasks but no active, don't assume + no tasks exist yet [#19b3cc] +* Escape strings for LaTeX in the invoice template [#3f9d21] + == 1.10 Features: diff --git a/stoptime.rb b/stoptime.rb index e5c045b..ce9c0d0 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -54,7 +54,7 @@ end module StopTime # The version of the application - VERSION = '1.12' + VERSION = '1.12.1' puts "Starting Stop… Camping Time! version #{VERSION}" # @return [Hash{String=>Object}] The parsed configuration.