Skip to content

Commit 207ca9b

Browse files
committed
Bump version to 0.12.0
1 parent 9aeff65 commit 207ca9b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com//), and thi
66

77
## [Unreleased] - TBD
88

9+
## [0.12.0] - 2022-06-07
10+
911
- Update build matrix for ActiveSupport 7 support (#215)
1012
- Remove dependency on sorted_set and rbtree (#214)
1113

@@ -122,7 +124,8 @@ No documentation yet, contributions welcome.
122124

123125
No documentation yet, contributions welcome.
124126

125-
[Unreleased]: https://github.com/bokmann/business_time/compare/v0.11.0..HEAD
127+
[Unreleased]: https://github.com/bokmann/business_time/compare/v0.12.0..HEAD
128+
[0.12.0]: https://github.com/bokmann/business_time/compare/v0.11.0..v0.12.0
126129
[0.11.0]: https://github.com/bokmann/business_time/compare/v0.10.0..v0.11.0
127130
[0.10.0]: https://github.com/bokmann/business_time/compare/v0.9.3..v0.10.0
128131
[0.9.3]: https://github.com/bokmann/business_time/compare/v0.9.2..v0.9.3

Diff for: lib/business_time/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BusinessTime
2-
VERSION = "0.11.0"
2+
VERSION = "0.12.0"
33
end

0 commit comments

Comments
 (0)