From 0d9a6f7ae0e5c33c845069f0bde6cb65805be906 Mon Sep 17 00:00:00 2001 From: Tomas Date: Sun, 1 Jan 2023 17:34:49 +0100 Subject: [PATCH] chore(version): update history --- History.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/History.rst b/History.rst index 468db06..b484a0c 100644 --- a/History.rst +++ b/History.rst @@ -1,4 +1,11 @@ +v1.1.0 / 2023-01-01 +=================== + + * chore(version): bump minor v1.1.0 + * Switch to Python >= 3.5 and fix latest aiohttp compatability (#83) + * fix: remove print call (#81) + v1.0.2 / 2021-09-10 ===================