From 8f7923eaaf0ac947ba81b753de7f640abd623482 Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Sat, 26 Oct 2024 11:47:02 +0100 Subject: [PATCH] Cut v1.3.0 release (#12) --- CHANGELOG.md | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0bff5..37b928f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3.0] - 2024-10-26 ### Added - New `--socks` option which allows forwarding requests to a SOCKS5 proxy. - 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. - 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.2.0...HEAD +[Unreleased]: https://github.com/jthomperoo/simple-proxy/compare/v1.3.0...HEAD +[v1.3.0]:https://github.com/jthomperoo/simple-proxy/compare/v1.2.0...v1.3.0 [v1.2.0]:https://github.com/jthomperoo/simple-proxy/compare/v1.1.1...v1.2.0 [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 diff --git a/README.md b/README.md index 1ee6ada..1476bd5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,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.2.0/simple-proxy_linux_amd64.zip +wget https://github.com/jthomperoo/simple-proxy/releases/download/v1.3.0/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