From d256bcfecee5722b0870bfeb2e58c1e217415dcf Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 12 Aug 2024 20:43:19 +0000 Subject: [PATCH] 0.6.11 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d127093..f5261a17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v0.6.11 (2024-08-12) + +### Fix + +* fix: update dependencies ([`fc41ff5`](https://github.com/MountainGod2/chaturbate_poller/commit/fc41ff5c597b1268f01b28cbb6a3c6c1c926fa17)) + +### Unknown + +* Merge pull request #7 from MountainGod2/dev + +fix: update dependencies ([`5754b99`](https://github.com/MountainGod2/chaturbate_poller/commit/5754b9999b7143351707430d8df008ef6e3c3f14)) + ## v0.6.10 (2024-08-12) ### Build diff --git a/pyproject.toml b/pyproject.toml index 2a570668..02d744c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chaturbate-poller" -version = "0.6.10" +version = "0.6.11" description = "Poller for the Chaturbate events API." authors = ["MountainGod2"] license = "MIT"