From fc9d4b87e5c06741efa356ee9859653068c7553c Mon Sep 17 00:00:00 2001 From: Joseph Southan Date: Thu, 4 Mar 2021 19:20:38 +0000 Subject: [PATCH] Bump version 2.2.0 --- CHANGELOG.md | 4 ++++ lib/business/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7adbf88..1e3dd5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.0 - March 4, 2021 + +- Add `Business::Calendar#name` - thanks @mattmcf! + ## 2.1.0 - June 8, 2020 - Add seperate `working_day?` and `holiday?` methods to the calendar diff --git a/lib/business/version.rb b/lib/business/version.rb index 98a2390..69c50d1 100644 --- a/lib/business/version.rb +++ b/lib/business/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Business - VERSION = "2.1.0" + VERSION = "2.2.0" end