mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore(release): Update version to v1.4.351
This commit is contained in:
parent
9f3122ba35
commit
8475051a7c
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## v1.4.351 (2025-12-18)
|
||||
|
||||
### PR [#1882](https://github.com/danielmiessler/Fabric/pull/1882) by [bvandevliet](https://github.com/bvandevliet): Added yt-dlp package to docker image
|
||||
|
||||
- Added yt-dlp package to docker image.
|
||||
|
||||
## v1.4.350 (2025-12-18)
|
||||
|
||||
### PR [#1880](https://github.com/danielmiessler/Fabric/pull/1880) by [ksylvan](https://github.com/ksylvan): docs: add REST API server section and new endpoint reference
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.350"
|
||||
var version = "v1.4.351"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,3 +0,0 @@
|
|||
### PR [#1882](https://github.com/danielmiessler/Fabric/pull/1882) by [bvandevliet](https://github.com/bvandevliet): Added yt-dlp package to docker image
|
||||
|
||||
- Added yt-dlp package to docker image.
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.350"
|
||||
"1.4.351"
|
||||
|
|
|
|||
Loading…
Reference in a new issue