From 63a9ae77038ef4d6a4662e66241e51e4522c9fa5 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 10:20:22 +0000 Subject: [PATCH] [skip ci] Add release notes for version 0.22.0 --- .chglog/0.22.0.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .chglog/0.22.0.md diff --git a/.chglog/0.22.0.md b/.chglog/0.22.0.md new file mode 100644 index 000000000..1bf417035 --- /dev/null +++ b/.chglog/0.22.0.md @@ -0,0 +1,44 @@ +## ⭐ Enhancements + +- Add Singapore public holidays [#283](https://github.com/focus-shift/jollyday/pull/283) + +## 🐞 Bugs + +- All Saints' Day is a holiday in St. Gallen [#376](https://github.com/focus-shift/jollyday/issues/376) +- Fix typos [#354](https://github.com/focus-shift/jollyday/pull/354) +- Good Friday missing in Appenzell Ausserrhoden [#374](https://github.com/focus-shift/jollyday/issues/374) +- Improve United Kingdom holidays [#343](https://github.com/focus-shift/jollyday/issues/343) +- Independence Day since 2002 in Croatia [#356](https://github.com/focus-shift/jollyday/issues/356) +- Labour Day is not a public holiday in Appenzell Innerrhoden [#375](https://github.com/focus-shift/jollyday/issues/375) +- Memorial Day should be renamed to Remembrance day [#357](https://github.com/focus-shift/jollyday/issues/357) +- National Day in croatia is called Statehood Day [#355](https://github.com/focus-shift/jollyday/issues/355) + +## 💥 Breaking Changes + +- Breaking: make country codes ISO 3166 conformant [#267](https://github.com/focus-shift/jollyday/issues/267) + +## 🔨 Dependency upgrades + +- Bump ad-m/github-push-action from 0.6.0 to 0.8.0 [#362](https://github.com/focus-shift/jollyday/pull/362) +- Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.12 [#386](https://github.com/focus-shift/jollyday/pull/386) +- Bump ch.qos.logback:logback-classic from 1.4.12 to 1.4.14 [#392](https://github.com/focus-shift/jollyday/pull/392) +- Bump mockito.version from 5.5.0 to 5.6.0 [#359](https://github.com/focus-shift/jollyday/pull/359) +- Bump mockito.version from 5.6.0 to 5.7.0 [#381](https://github.com/focus-shift/jollyday/pull/381) +- Bump mockito.version from 5.7.0 to 5.8.0 [#391](https://github.com/focus-shift/jollyday/pull/391) +- Bump net.jqwik:jqwik from 1.8.0 to 1.8.1 [#364](https://github.com/focus-shift/jollyday/pull/364) +- Bump net.jqwik:jqwik from 1.8.1 to 1.8.2 [#385](https://github.com/focus-shift/jollyday/pull/385) +- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.0 to 3.6.1 [#367](https://github.com/focus-shift/jollyday/pull/367) +- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 [#384](https://github.com/focus-shift/jollyday/pull/384) +- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 [#390](https://github.com/focus-shift/jollyday/pull/390) +- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 [#366](https://github.com/focus-shift/jollyday/pull/366) +- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 [#382](https://github.com/focus-shift/jollyday/pull/382) +- Bump org.glassfish.jaxb:jaxb-runtime from 4.0.3 to 4.0.4 [#365](https://github.com/focus-shift/jollyday/pull/365) +- Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 [#363](https://github.com/focus-shift/jollyday/pull/363) +- Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 [#383](https://github.com/focus-shift/jollyday/pull/383) + +## ❤️ Contributors + +We'd like to thank all the contributors who worked on this release! + +- [@derTobsch](https://github.com/derTobsch) +- [@XSpielinbox](https://github.com/XSpielinbox)