diff --git a/CHANGELOG.md b/CHANGELOG.md index fb011c8..b3eb758 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.2.0] - 2024-07-15 ### Added - New `--bind` option which allows you to specify what address to bind to, defaults to `0.0.0.0`. ### Changed @@ -34,7 +36,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.1.1...HEAD +[Unreleased]: https://github.com/jthomperoo/simple-proxy/compare/v1.2.0...HEAD +[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 [v1.0.0]: https://github.com/jthomperoo/simple-proxy/releases/tag/v1.0.0 diff --git a/README.md b/README.md index d15897e..6530086 100644 --- a/README.md +++ b/README.md @@ -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.1/simple-proxy_linux_amd64.zip +wget https://github.com/jthomperoo/simple-proxy/releases/download/v1.2.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