Skip to content

Commit c509fe4

Browse files
committed
Cut v1.3.0 release
1 parent ccb245c commit c509fe4

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.3.0] - 2024-10-26
810
### Added
911
- New `--socks` option which allows forwarding requests to a SOCKS5 proxy.
1012
- New `--socks-auth` option which allows adding basic authentication details to forwarded SOCKS5 proxy requests.
@@ -39,7 +41,8 @@ provided in the `Proxy-Authentication` header.
3941
- Can choose the log verbosity with the `-v` flag.
4042
- Can choose to log to a file.
4143

42-
[Unreleased]: https://github.com/jthomperoo/simple-proxy/compare/v1.2.0...HEAD
44+
[Unreleased]: https://github.com/jthomperoo/simple-proxy/compare/v1.3.0...HEAD
45+
[v1.3.0]:https://github.com/jthomperoo/simple-proxy/compare/v1.2.0...v1.3.0
4346
[v1.2.0]:https://github.com/jthomperoo/simple-proxy/compare/v1.1.1...v1.2.0
4447
[v1.1.1]:https://github.com/jthomperoo/simple-proxy/compare/v1.1.0...v1.1.1
4548
[v1.1.0]:https://github.com/jthomperoo/simple-proxy/compare/v1.0.0...v1.1.0

README.md

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

3535
```bash
36-
wget https://github.com/jthomperoo/simple-proxy/releases/download/v1.2.0/simple-proxy_linux_amd64.zip
36+
wget https://github.com/jthomperoo/simple-proxy/releases/download/v1.3.0/simple-proxy_linux_amd64.zip
3737
unzip -d simple-proxy simple-proxy_linux_amd64.zip
3838
cp simple-proxy/simple-proxy /usr/bin/simple-proxy
3939
rm -r simple-proxy/ simple-proxy_linux_amd64.zip

0 commit comments

Comments
 (0)