From d928abe697f8333ad756e7f2d0b22f069c3810a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 21:54:20 +0000 Subject: [PATCH 1/2] Update CHANGELOG for v6.2.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6cbc7..5aca612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v6.2.0 - 2026-09-09 + +### 🚀 New + +- Add online_url for Zoom and livestream links [@edalzell](https://github.com/edalzell) (#209) + +### 🐛 Fixed + +- Fix multi-day ICS downloads dropping location fields [@edalzell](https://github.com/edalzell) (#206) +- Reconcile the contradicting ICS field docs [@edalzell](https://github.com/edalzell) (#205) + +### 🧰 Maintenance + +- PR-gated release on 6.x with workflows v1.4.0 [@edalzell](https://github.com/edalzell) (#213) + ## v6.1.5 - 2026-08-21 ### 🐛 Fixed From 8a1a546c40b3d6be5b3c53d622a021e08a084f7a Mon Sep 17 00:00:00 2001 From: edalzell Date: Wed, 9 Sep 2026 14:56:09 -0700 Subject: [PATCH 2/2] chore: restore missing v6.1.6 and v6.1.7 changelog entries Those releases landed on main while 6.x's CHANGELOG stayed at v6.1.5. --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aca612..ff490c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,29 @@ - PR-gated release on 6.x with workflows v1.4.0 [@edalzell](https://github.com/edalzell) (#213) +## v6.1.7 - 2026-09-06 + +### 🐛 Fixed + +- Ignore empty or invalid timezone tag params [@edalzell](https://github.com/edalzell) (#199) + +### 🧰 Maintenance + +- Check maintainers with RELEASE_TOKEN [@edalzell](https://github.com/edalzell) (#202) +- Bump the github-actions group with 3 updates [@[dependabot[bot]](https://github.com/apps/dependabot)](https://github.com/[dependabot[bot]](https://github.com/apps/dependabot)) (#201) +- Release via PR instead of pushing main [@edalzell](https://github.com/edalzell) (#200) + +## v6.1.6 - 2026-09-02 + +### 🐛 Fixed + +- Collapse multi-day events to a single occurrence [@edalzell](https://github.com/edalzell) (#198) +- Include localized events that inherit dates from origin [@edalzell](https://github.com/edalzell) (#197) + +### 🧰 Maintenance + +- Drop unused spatie/calendar-links dependency [@edalzell](https://github.com/edalzell) (#189) + ## v6.1.5 - 2026-08-21 ### 🐛 Fixed