From 1e76b595474ea08635a6999d62b126b88df71780 Mon Sep 17 00:00:00 2001 From: deployhausgold Date: Fri, 17 Jan 2025 09:22:25 +0000 Subject: [PATCH] [Release] Bumped the version to 1.4.2. --- CHANGELOG.md | 4 ++++ lib/countless/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b9d86..9cf671f 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.4.2 (17 January 2025) + * Added the logger dependency, see: https://bit.ly/3E8Zqg0 (#7) ### 1.4.1 (13 January 2025) diff --git a/lib/countless/version.rb b/lib/countless/version.rb index ec06a01..21da036 100644 --- a/lib/countless/version.rb +++ b/lib/countless/version.rb @@ -3,7 +3,7 @@ # The gem version details. module Countless # The version of the +countless+ gem - VERSION = '1.4.1' + VERSION = '1.4.2' class << self # Returns the version of gem as a string.