Skip to content

Commit

Permalink
Bump version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSouthan committed Mar 9, 2021
1 parent 2b96640 commit 2db7446
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
2 changes: 1 addition & 1 deletion lib/business/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Business
VERSION = "2.2.0"
VERSION = "2.2.1"
end

0 comments on commit 2db7446

Please sign in to comment.