diff --git a/ChangeLog.markdown b/ChangeLog.markdown index 7fe0594..19f055a 100644 --- a/ChangeLog.markdown +++ b/ChangeLog.markdown @@ -1,3 +1,8 @@ +#1.1.6 + * Makesure the FileUtils is imported correctly to avoid a potential error + * Fixes an issue where comparing a diff would not use the content of the new file + * Small documentation fixes + # 1.1.5 * Fixed problem with version number being incorrect. diff --git a/lib/homesick/version.rb b/lib/homesick/version.rb index d36f102..a540369 100644 --- a/lib/homesick/version.rb +++ b/lib/homesick/version.rb @@ -5,7 +5,7 @@ module Homesick module Version MAJOR = 1 MINOR = 1 - PATCH = 5 + PATCH = 6 STRING = [MAJOR, MINOR, PATCH].compact.join('.') end