diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b6c8ed..91f4159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.7.0 (2021-03-13) +### Feature +* Add filter for check_redirects ([#6](https://github.com/alandtse/auth_capture_proxy/issues/6)) ([`144147a`](https://github.com/alandtse/auth_capture_proxy/commit/144147a365293541a763d4a8957b57d1ed2c7aaa)) + ## v0.6.0 (2021-03-01) ### Feature * Change host when redirect detected ([`1d6fa10`](https://github.com/alandtse/auth_capture_proxy/commit/1d6fa10085a0f7ccd049caa2a0d3778c12a276fc)) diff --git a/pyproject.toml b/pyproject.toml index 3fe17fe..b25a110 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,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 = "0.6.0" +version = "0.7.0" 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 = [""]