From bc189ebc5171ea566b695011294e3f93d9c72b86 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 12 Apr 2024 03:34:56 +0000 Subject: [PATCH] 0.3.10 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e579d4..51958147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.3.10 (2024-04-12) + +### Fix + +* fix: adjust backoff log level and refactor client instantiation ([`32df166`](https://github.com/MountainGod2/chaturbate_poller/commit/32df16618ad1e6a1ba1c07a83fa218f4889ff279)) + + ## v0.3.9 (2024-04-11) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 36c41971..2708077b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chaturbate-poller" -version = "0.3.9" +version = "0.3.10" description = "Poller for the Chaturbate events API." authors = ["MountainGod2"] license = "MIT"