Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomperoo committed Dec 4, 2023
1 parent d69e484 commit bc33d71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Fixed issue with incorrect headers and response code for browser/system level proxy settings
([#1](https://github.com/jthomperoo/simple-proxy/issues/1)).

## [v1.1.0] - 2022-04-08
## Added
### Added
- Basic auth support, can provide `--basic-auth 'username:password'` which the proxy then checks for valid auth
provided in the `Proxy-Authentication` header.
- Can choose if auth should be logged with the `--log-auth` option.
Expand Down

0 comments on commit bc33d71

Please sign in to comment.