diff --git a/CHANGELOG.md b/CHANGELOG.md index d7c0f8d..0935412 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.3.0 (3 January 2025) + * Raised minimum supported Ruby/Rails version to 2.7/6.1 (#26) ### 1.2.5 (15 August 2024) diff --git a/lib/billomat/version.rb b/lib/billomat/version.rb index 1f1642f..348f419 100644 --- a/lib/billomat/version.rb +++ b/lib/billomat/version.rb @@ -3,7 +3,7 @@ # The gem version details. module Billomat # The version of the +billomat+ gem - VERSION = '1.2.5' + VERSION = '1.3.0' class << self # Returns the version of gem as a string.