From 224cd948a93d12b69585c5a6715a6b16aaead5b5 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 29 Oct 2024 16:20:23 +0000 Subject: [PATCH] =?UTF-8?q?chore(release)=F0=9F=A4=96:=20v3.2.8=20[skip=20?= =?UTF-8?q?ci]=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff13fdf..2a63c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [3.2.8](https://github.com/dangeroustech/StreamDL/compare/v3.2.7...v3.2.8) (2024-10-29) + + +### ✍ Chore + +* **deps:** bump golang.org/x/net from 0.17.0 to 0.23.0 ([434fadd](https://github.com/dangeroustech/StreamDL/commit/434fadd7759652a23a1e11545ef5a96a170ee4f9)) + ### [3.2.7](https://github.com/dangeroustech/StreamDL/compare/v3.2.6...v3.2.7) (2024-10-29) diff --git a/pyproject.toml b/pyproject.toml index d7de5bc..96f756b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "StreamDL" -version = "3.2.7" +version = "3.2.8" description = "Monitor and Download Streams from a Variety of Websites" authors = ["biodrone "] readme = "README.md"