diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c62973..35b9d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### next -* TODO: Replace this bullet point with an actual description of a change. +* Added the logger dependency, see: https://bit.ly/3E8Zqg0 (#7) ### 1.4.1 (13 January 2025) diff --git a/lib/countless.rb b/lib/countless.rb index 1198b83..482b04e 100644 --- a/lib/countless.rb +++ b/lib/countless.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true require 'zeitwerk' +require 'logger' require 'active_support' require 'active_support/concern' require 'active_support/core_ext/module/delegation'