Skip to content

Commit

Permalink
Bump version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Jun 7, 2022
1 parent 9aeff65 commit 207ca9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com//), and thi

## [Unreleased] - TBD

## [0.12.0] - 2022-06-07

- Update build matrix for ActiveSupport 7 support (#215)
- Remove dependency on sorted_set and rbtree (#214)

Expand Down Expand Up @@ -122,7 +124,8 @@ No documentation yet, contributions welcome.

No documentation yet, contributions welcome.

[Unreleased]: https://github.com/bokmann/business_time/compare/v0.11.0..HEAD
[Unreleased]: https://github.com/bokmann/business_time/compare/v0.12.0..HEAD
[0.12.0]: https://github.com/bokmann/business_time/compare/v0.11.0..v0.12.0
[0.11.0]: https://github.com/bokmann/business_time/compare/v0.10.0..v0.11.0
[0.10.0]: https://github.com/bokmann/business_time/compare/v0.9.3..v0.10.0
[0.9.3]: https://github.com/bokmann/business_time/compare/v0.9.2..v0.9.3
Expand Down
2 changes: 1 addition & 1 deletion lib/business_time/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BusinessTime
VERSION = "0.11.0"
VERSION = "0.12.0"
end

0 comments on commit 207ca9b

Please sign in to comment.