Skip to content

Commit 622e60c

Browse files
committed
Release preparation
1 parent 6ece0bc commit 622e60c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Changelog.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased - available on :latest tag for docker image]
5+
6+
7+
## [v0.0.2] - 2020-03-21
58
### Added
69
- PROXY_PORT env parameter for app
10+
- Multiarch support for docker images
711

812
### Changed
913
ADd caarlos0/env lib for working with ENV variables
@@ -14,7 +18,7 @@ ADd caarlos0/env lib for working with ENV variables
1418

1519
### Changed
1620
- Golang vendoring
17-
- Change Dockerfile for multistage builds with final scratch image
21+
- Change Dockerfile for multistage builds with final scratch image
1822

1923
### Removed
20-
- IDE files
24+
- IDE files

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# go-socks5-proxy
22

3+
![Latest tag from master branch](https://github.com/serjs/socks5-server/workflows/Latest%20tag%20from%20master%20branch/badge.svg)
4+
![Release tag](https://github.com/serjs/socks5-server/workflows/Release%20tag/badge.svg)
5+
36
Simple socks5 server using go-socks5 with authentication options
47

58
## Start container with proxy

0 commit comments

Comments
 (0)