We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b96640 commit 2db7446Copy full SHA for 2db7446
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.2.1 - March 9, 2021
2
+
3
+- Fix regression on `Calendar#new` #83 - thanks @ineu!
4
5
## 2.2.0 - March 4, 2021
6
7
- Add `Business::Calendar#name` - thanks @mattmcf!
lib/business/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Business
- VERSION = "2.2.0"
+ VERSION = "2.2.1"
end
0 commit comments