From f7aefd5fb1755012be1e77a938c2ec15241a4ccd Mon Sep 17 00:00:00 2001
From: Emilien <4016501+unixfox@users.noreply.github.com>
Date: Sat, 17 May 2025 22:27:05 +0200
Subject: [PATCH 1/3] Release v2.20250517.0

---
 CHANGELOG.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c0718686..98b66ba4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 ## vX.Y.0 (future)
 
+## v2.20250517.0
+
+Inverse fallback for the YouTube client from TVHTML then MWEB. Fixes https://github.com/iv-org/invidious/issues/5273
+
 ## v2.20250504.0
 
 Small release with quick workaround fix for issue #4251 (Nil assertion failed).

From f6a41ce90d28c0d0111f1922fb2ee58f8bf7876a Mon Sep 17 00:00:00 2001
From: syeopite <syeopite@syeopite.dev>
Date: Sat, 17 May 2025 15:42:48 -0700
Subject: [PATCH 2/3] Bump shard.yml version

---
 shard.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shard.yml b/shard.yml
index de2b99e4..3482d51f 100644
--- a/shard.yml
+++ b/shard.yml
@@ -1,5 +1,5 @@
 name: invidious
-version: 2.20250314.0-dev
+version: 2.20250517.0-dev
 
 authors:
   - Invidious team <contact@invidious.io>

From 49ada0aae98a65c38b1571acc97308e1ec073967 Mon Sep 17 00:00:00 2001
From: syeopite <syeopite@syeopite.dev>
Date: Sat, 17 May 2025 15:00:30 -0700
Subject: [PATCH 3/3] Fix incorrect PR link for v2.20250504.0

---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98b66ba4..56fbe7f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,7 @@ Inverse fallback for the YouTube client from TVHTML then MWEB. Fixes https://git
 
 Small release with quick workaround fix for issue #4251 (Nil assertion failed).
 
-PR: https://github.com/iv-org/invidious/issues/5263
+PR: https://github.com/iv-org/invidious/issues/5262
 
 ## v2.20250314.0