From 644e0c8273572282bb4e7f3f6e6f943e3d8b0f6c Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 7 May 2023 08:11:09 +0000 Subject: [PATCH] 1.1.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 508e7b7..9d0fcee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.1.5 (2023-05-07) +### Fix +* **access_url:** Do not add port if 0 ([`ba9acb4`](https://github.com/alandtse/auth_capture_proxy/commit/ba9acb49f106a76c32f95ef3ef871444309597e0)) + ## v1.1.4 (2022-06-25) ### Fix * Fix swap_url for http converted urls ([`2b672fa`](https://github.com/alandtse/auth_capture_proxy/commit/2b672fa3a9c86ecf4dd64d7fc7d66a8a7fa1d5ff)) diff --git a/pyproject.toml b/pyproject.toml index ee82c4c..147c05d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ name = "authcaptureproxy" # E.g. This might be "1.2.13", and the Github release will be "v1.2.13". # Although semantic versioning allows for build tags (metadata), # not all tools are compatible with it, so avoid it if you can. -version = "1.1.4" +version = "1.1.5" description = "A Python project to create a proxy to capture authentication information from a webpage. This is useful to capture oauth login details without access to a third-party oauth." keywords = [""]