From 0cae2d59701ad8173018f2d885372f2e6ba4ab39 Mon Sep 17 00:00:00 2001 From: Phil Peble Date: Sat, 16 May 2026 03:00:02 -0500 Subject: [PATCH] Release 6.1.2 Signed-off-by: Phil Peble --- CHANGELOG.md | 7 +++++++ VERSION.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c53940e..bc64c2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Holiday definitions +## 6.1.2 + +* Fix `nz` Canterbury Anniversary Day to the second Friday after the first Tuesday of November for [holidays issue-285](https://github.com/holidays/holidays/issues/285) +* Fix `lu` Whit Monday to fall on Monday (Easter Sunday + 50 days) instead of Sunday for [holidays issue-289](https://github.com/holidays/holidays/issues/289) +* Replace nil-returning year-gate functions with `year_ranges` +* Clarify that formal holidays are what is commonly called statutory holidays + ## 6.1.1 * Fix `fr` test cases to match PentecĂ´te/Lundi de PentecĂ´te informal swap introduced in 6.1.0 diff --git a/VERSION.txt b/VERSION.txt index 132c6de..92f2ea2 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -6.1.1 \ No newline at end of file +6.1.2 \ No newline at end of file