Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Holiday definitions

## 6.1.0

* Introduce `mc` (Monaco) region (thanks to https://github.com/abenhamdine)
* Fix `fr` Pentecote Sunday to be an official public holiday (thanks to https://github.com/abenhamdine)
* Fix `gb` Cornwall holidays for [holidays issue-160](https://github.com/holidays/holidays/issues/160)
* Fix `us_ga` April State Holiday for years post-2020 (thanks to https://github.com/joseph-carino)
* Add validation to ensure that all regions are represented in `index.yaml`
* Run downstream smoke tests instead of the full test suite on PR/push

## 6.0.2

* Fix `METHODS.yml` incorrect method name `to_the_next_weekday_after` to correct name `to_the_weekday_after`
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.2
6.1.0
Loading