diff --git a/CHANGELOG.md b/CHANGELOG.md index cecb1a0..0dd6874 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.7.0 (3 January 2025) + * Raised minimum supported Ruby/Rails version to 2.7/6.1 (#14) ### 1.6.5 (15 August 2024) diff --git a/lib/immoscout/version.rb b/lib/immoscout/version.rb index 9f24ce5..869fc1e 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.5' + VERSION = '1.7.0' class << self # Returns the version of gem as a string.