Merge branch 'release/1.12.1'

This commit is contained in:
Paul van Tilburg 2015-06-06 12:27:47 +02:00
commit 90b0df148e
2 changed files with 14 additions and 1 deletions

View File

@ -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:

View File

@ -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.