From 207ca9ba1d2b597cab0d1e7d2439db26e31b5be3 Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Tue, 7 Jun 2022 08:36:01 -0600 Subject: [PATCH] Bump version to 0.12.0 --- CHANGELOG.md | 5 ++++- lib/business_time/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5704e2..978603d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/lib/business_time/version.rb b/lib/business_time/version.rb index 775cc22..65161e9 100644 --- a/lib/business_time/version.rb +++ b/lib/business_time/version.rb @@ -1,3 +1,3 @@ module BusinessTime - VERSION = "0.11.0" + VERSION = "0.12.0" end