Skip to content

Commit 75bcbea

Browse files
committed
Cut v1.4.0 release
1 parent 3789cc9 commit 75bcbea

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.4.0] - 2025-06-24
810
### Changed
911
- Updated to Go 1.24
1012
- Updated dependencies to resolve security vulnerabilities
@@ -44,7 +46,8 @@ provided in the `Proxy-Authentication` header.
4446
- Can choose the log verbosity with the `-v` flag.
4547
- Can choose to log to a file.
4648

47-
[Unreleased]: https://github.com/jthomperoo/simple-proxy/compare/v1.3.0...HEAD
49+
[Unreleased]: https://github.com/jthomperoo/simple-proxy/compare/v1.4.0...HEAD
50+
[v1.4.0]:https://github.com/jthomperoo/simple-proxy/compare/v1.3.0...v1.4.0
4851
[v1.3.0]:https://github.com/jthomperoo/simple-proxy/compare/v1.2.0...v1.3.0
4952
[v1.2.0]:https://github.com/jthomperoo/simple-proxy/compare/v1.1.1...v1.2.0
5053
[v1.1.1]:https://github.com/jthomperoo/simple-proxy/compare/v1.1.0...v1.1.1

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.3.0/simple-proxy_linux_amd64.zip
36+
wget https://github.com/jthomperoo/simple-proxy/releases/download/v1.4.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)