From 72f9c4218aa8fea606d545ca6fcd30ecd124fccb Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Sun, 26 Jun 2022 10:43:44 -0600 Subject: [PATCH] Bump version to 0.13.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 e3cfb1c..1f008ac 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.13.0] - 2022-06-26 + - Allow specifying holidays on each invocation. ([#217], [#180]) ## [0.12.0] - 2022-06-07 @@ -126,7 +128,8 @@ No documentation yet, contributions welcome. No documentation yet, contributions welcome. -[Unreleased]: https://github.com/bokmann/business_time/compare/v0.12.0..HEAD +[Unreleased]: https://github.com/bokmann/business_time/compare/v0.13.0..HEAD +[0.13.0]: https://github.com/bokmann/business_time/compare/v0.12.0..v0.13.0 [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 diff --git a/lib/business_time/version.rb b/lib/business_time/version.rb index 65161e9..714cb41 100644 --- a/lib/business_time/version.rb +++ b/lib/business_time/version.rb @@ -1,3 +1,3 @@ module BusinessTime - VERSION = "0.12.0" + VERSION = "0.13.0" end