From 7bb4e41ce5164074a0920d5b5770d196b4d90104 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Tue, 17 Apr 2018 13:26:26 +0100 Subject: [PATCH] v1.13.0 --- CHANGELOG.md | 9 ++++----- lib/business/version.rb | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7173102..813dde7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ -## 1.12.1 - ??? - -- Add support for specifying extra_working_dates (special dates that are - "working days", even though they are not one of the specified working - days, e.g. weekend dates that are special working days) +## 1.13.0 - April 17, 2018 +- Add support for specifying `extra_working_dates` (special dates that are "working days", + even though they are not one of the specified days, for example weekend dates + that are considered to be working days) ## 1.12.0 - April 3, 2018 diff --git a/lib/business/version.rb b/lib/business/version.rb index 0f349f2..7ad236c 100644 --- a/lib/business/version.rb +++ b/lib/business/version.rb @@ -1,3 +1,3 @@ module Business - VERSION = "1.12.1" + VERSION = "1.13.0" end