diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bc1cb7..a5167cf 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.2.4 + * Just a retag of 1.2.1 ### 1.2.3 diff --git a/lib/alarmable/version.rb b/lib/alarmable/version.rb index 90339f4..e3f1d92 100644 --- a/lib/alarmable/version.rb +++ b/lib/alarmable/version.rb @@ -3,7 +3,7 @@ # The gem version details. module Alarmable # The version of the +alarmable+ gem - VERSION = '1.2.3' + VERSION = '1.2.4' class << self # Returns the version of gem as a string.