From 854c86cdd9f573937339ca5b149da9309107bedf Mon Sep 17 00:00:00 2001 From: Emelie Graven Date: Wed, 31 Jan 2024 11:08:44 +0100 Subject: [PATCH] release: v0.4.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b003429..7ee7dc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.4.1] - 2024-01-31 + +### Bug Fixes + +- Ignore system proxy as workaround + ## [0.4.0] - 2024-01-10 ### Features diff --git a/pyproject.toml b/pyproject.toml index 370ed62..6c5ea5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = ["jwcrypto", "twisted"] -version = "0.4.0" +version = "0.4.1" [project.urls] Documentation = "https://github.com/famedly/synapse-token-authenticator"