From 2db744653e5cce3f77ef59bbbb7ceed5e206b211 Mon Sep 17 00:00:00 2001 From: Joseph Southan Date: Tue, 9 Mar 2021 14:39:31 +0000 Subject: [PATCH] Bump version 2.2.1 --- CHANGELOG.md | 4 ++++ lib/business/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3dd5f..e95b08a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.1 - March 9, 2021 + +- Fix regression on `Calendar#new` #83 - thanks @ineu! + ## 2.2.0 - March 4, 2021 - Add `Business::Calendar#name` - thanks @mattmcf! diff --git a/lib/business/version.rb b/lib/business/version.rb index 69c50d1..9458a1a 100644 --- a/lib/business/version.rb +++ b/lib/business/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Business - VERSION = "2.2.0" + VERSION = "2.2.1" end