From dd2d147f896bec0ff5519af65e08a6bc47880157 Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 30 Nov 2023 12:19:11 +0300 Subject: [PATCH] sentry-fix --- CHANGELOG.txt | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8429e27..c083d70 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +[0.0.3] +- httpx -> aiohttp +- sentry integrations added + [0.0.2] - services: redis listen generating method - dx: migrated to strawberry diff --git a/pyproject.toml b/pyproject.toml index 9a263a9..6386af2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "discoursio-notifier" -version = "0.0.2" +version = "0.0.3" description = "notifier server for discours.io" authors = ["discours.io devteam"]