From 8c26a60abf388c9979dd07ae660ea2ed11eb5734 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sun, 30 Oct 2022 13:56:26 +0000 Subject: [PATCH] =?UTF-8?q?chore(release)=F0=9F=A4=96:=20v3.1.0=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 b12128a9..501723b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.0](https://github.com/dangeroustech/StreamDL/compare/v3.0.4...v3.1.0) (2022-10-30) + + +### 🎉 New Features + +* sec: add snyk checks to staging ([1ff4e9d](https://github.com/dangeroustech/StreamDL/commit/1ff4e9d64f4ff82b805b826174a701ba4695d6e1)) + ### [3.0.4](https://github.com/dangeroustech/StreamDL/compare/v3.0.3...v3.0.4) (2022-10-30) ### [3.0.3](https://github.com/dangeroustech/StreamDL/compare/v3.0.2...v3.0.3) (2022-10-09) diff --git a/pyproject.toml b/pyproject.toml index b16ddfe2..4c4a03a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "StreamDL" -version = "3.0.4" +version = "3.1.0" description = "Monitor and Download Streams from a Variety of Websites" authors = [ "biodrone " ] readme = "README.md"