Skip to content

Commit

Permalink
Cut v1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomperoo committed Dec 4, 2023
1 parent 02bb599 commit ee07c0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [v1.1.1] - 2023-12-04
### Fixed
- Fixed issue with incorrect headers and response code for browser/system level proxy settings
([#1](https://github.com/jthomperoo/simple-proxy/issues/1)).
Expand All @@ -28,6 +30,7 @@ provided in the `Proxy-Authentication` header.
- Can choose the log verbosity with the `-v` flag.
- Can choose to log to a file.

[Unreleased]: https://github.com/jthomperoo/simple-proxy/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/jthomperoo/simple-proxy/compare/v1.1.1...HEAD
[v1.1.1]:https://github.com/jthomperoo/simple-proxy/compare/v1.1.0...v1.1.1
[v1.1.0]:https://github.com/jthomperoo/simple-proxy/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/jthomperoo/simple-proxy/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ be called from anywhere (e.g. the `/usr/bin` directory).
You can use `wget` to download and install the program to your `/usr/bin` directory by running these commands:

```bash
wget https://github.com/jthomperoo/simple-proxy/releases/download/v1.1.0/simple-proxy_linux_amd64.zip
wget https://github.com/jthomperoo/simple-proxy/releases/download/v1.1.1/simple-proxy_linux_amd64.zip
unzip -d simple-proxy simple-proxy_linux_amd64.zip
cp simple-proxy/simple-proxy /usr/bin/simple-proxy
rm -r simple-proxy/ simple-proxy_linux_amd64.zip
Expand Down

0 comments on commit ee07c0a

Please sign in to comment.