Skip to content

Commit 854bb42

Browse files
committed
Cut v1.1.0 release
1 parent c3d817e commit 854bb42

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ 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.0] - 2022-04-08
810
## Added
911
- Basic auth support, can provide `--basic-auth 'username:password'` which the proxy then checks for valid auth
1012
provided in the `Proxy-Authentication` header.
1113
- Can choose if auth should be logged with the `--log-auth` option.
1214
- Can choose to log all request headers using the `--log-headers` option.
1315

14-
## [v1.0.0]
16+
## [v1.0.0] - 2022-04-07
1517
### Added
1618
- Initial release, self-contained binary that allows hosting a simple proxy.
1719
- Supports HTTP and HTTPS.
@@ -23,5 +25,6 @@ provided in the `Proxy-Authentication` header.
2325
- Can choose the log verbosity with the `-v` flag.
2426
- Can choose to log to a file.
2527

26-
[Unreleased]: https://github.com/jthomperoo/simple-proxy/compare/v1.0.0...HEAD
28+
[Unreleased]: https://github.com/jthomperoo/simple-proxy/compare/v1.1.0...HEAD
29+
[v1.1.0]:https://github.com/jthomperoo/simple-proxy/compare/v1.0.0...v1.1.0
2730
[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.0.0/simple-proxy_linux_amd64.zip
35+
wget https://github.com/jthomperoo/simple-proxy/releases/download/v1.1.0/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)