Skip to content

Commit 2db7446

Browse files
committed
Bump version 2.2.1
1 parent 2b96640 commit 2db7446

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.1 - March 9, 2021
2+
3+
- Fix regression on `Calendar#new` #83 - thanks @ineu!
4+
15
## 2.2.0 - March 4, 2021
26

37
- Add `Business::Calendar#name` - thanks @mattmcf!

lib/business/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Business
4-
VERSION = "2.2.0"
4+
VERSION = "2.2.1"
55
end

0 commit comments

Comments
 (0)