From b7b4825f35f67c16327033306d21125ca45c67f0 Mon Sep 17 00:00:00 2001 From: Jacob Pargin Date: Fri, 23 Dec 2016 11:21:05 +0000 Subject: [PATCH 1/3] Add 2017 BACS holidays --- lib/business/data/bacs.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/business/data/bacs.yml b/lib/business/data/bacs.yml index c91d539..7694b04 100644 --- a/lib/business/data/bacs.yml +++ b/lib/business/data/bacs.yml @@ -38,3 +38,11 @@ holidays: - August 29th, 2016 - December 26th, 2016 - December 27th, 2016 + - January 2nd, 2017 + - April 14th, 2017 + - April 17th, 2017 + - May 1st, 2017 + - May 29th, 2017 + - August 28th, 2017 + - December 25th, 2017 + - December 26th, 2017 From 50de8568376ad0377f70949b22fae53b963c87fd Mon Sep 17 00:00:00 2001 From: Jacob Pargin Date: Fri, 23 Dec 2016 11:21:43 +0000 Subject: [PATCH 2/3] Add 2017 + 2018 Target holidays --- lib/business/data/target.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/business/data/target.yml b/lib/business/data/target.yml index e43e56c..691be2a 100644 --- a/lib/business/data/target.yml +++ b/lib/business/data/target.yml @@ -30,3 +30,15 @@ holidays: - May 1st, 2016 - December 25th, 2016 - December 26th, 2016 + - January 1st, 2017 + - April 14th, 2017 + - April 17th, 2017 + - May 1st, 2017 + - December 25th, 2017 + - December 26th, 2017 + - January 1st, 2018 + - March 30th, 2018 + - April 2nd, 2018 + - May 1st, 2018 + - December 25th, 2018 + - December 26th, 2018 From a1b78a929dac93a52f08db4f2847d76d6cfe39bd Mon Sep 17 00:00:00 2001 From: Jacob Pargin Date: Fri, 23 Dec 2016 11:26:24 +0000 Subject: [PATCH 3/3] Bump to 1.6.0 --- CHANGELOG.md | 5 +++++ lib/business/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d18f5..290a600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.6.0 - December 23, 2016 + +- Add 2017 BACS holiday definitions +- Add 2017 and 2018 TARGET holiday definitions + ## 1.5.0 - June 2, 2015 - Add 2016 holiday definitions diff --git a/lib/business/version.rb b/lib/business/version.rb index 3d0ee5e..d4697df 100644 --- a/lib/business/version.rb +++ b/lib/business/version.rb @@ -1,3 +1,3 @@ module Business - VERSION = "1.5.0" + VERSION = "1.6.0" end