Skip to content

Commit 375dc3e

Browse files
authored
Cut v1.1.1 release (#4)
1 parent 02bb599 commit 375dc3e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
Versioning](https://semver.org/spec/v2.0.0.html).
66

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

31-
[Unreleased]: https://github.com/jthomperoo/simple-proxy/compare/v1.1.0...HEAD
33+
[Unreleased]: https://github.com/jthomperoo/simple-proxy/compare/v1.1.1...HEAD
34+
[v1.1.1]:https://github.com/jthomperoo/simple-proxy/compare/v1.1.0...v1.1.1
3235
[v1.1.0]:https://github.com/jthomperoo/simple-proxy/compare/v1.0.0...v1.1.0
3336
[v1.0.0]: https://github.com/jthomperoo/simple-proxy/releases/tag/v1.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ be called from anywhere (e.g. the `/usr/bin` directory).
3232
You can use `wget` to download and install the program to your `/usr/bin` directory by running these commands:
3333

3434
```bash
35-
wget https://github.com/jthomperoo/simple-proxy/releases/download/v1.1.0/simple-proxy_linux_amd64.zip
35+
wget https://github.com/jthomperoo/simple-proxy/releases/download/v1.1.1/simple-proxy_linux_amd64.zip
3636
unzip -d simple-proxy simple-proxy_linux_amd64.zip
3737
cp simple-proxy/simple-proxy /usr/bin/simple-proxy
3838
rm -r simple-proxy/ simple-proxy_linux_amd64.zip

0 commit comments

Comments
 (0)