diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7a1a5..636b4b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ### next +* TODO: Replace this bullet point with an actual description of a change. + +### 1.6.5 + * Just a retag of 1.6.1 ### 1.6.4 diff --git a/lib/immoscout/version.rb b/lib/immoscout/version.rb index 23051e5..9f24ce5 100644 --- a/lib/immoscout/version.rb +++ b/lib/immoscout/version.rb @@ -3,7 +3,7 @@ # The gem version details. module Immoscout # The version of the +immoscout+ gem - VERSION = '1.6.4' + VERSION = '1.6.5' class << self # Returns the version of gem as a string.