Skip to content

Commit abacc71

Browse files
authored
Release v2.0.4 (#703)
1 parent 67fa7f9 commit abacc71

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 2.0.4
6+
57
- Minor: Made 7TV path regex compatible with new UIDs. (#699)
68
- Breaking: Go version 1.22.1 is now the minimum required version to build this project. (#667, #671)
79
- Minor: Add playlist support to YouTube resolver. (#597, #601)

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const Version = "2.0.3"
3+
const Version = "2.0.4"

0 commit comments

Comments
 (0)