Skip to content

Commit

Permalink
Release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
serjs committed Mar 21, 2020
1 parent 6ece0bc commit 622e60c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
All notable changes to this project will be documented in this file.

## [Unreleased - available on :latest tag for docker image]


## [v0.0.2] - 2020-03-21
### Added
- PROXY_PORT env parameter for app
- Multiarch support for docker images

### Changed
ADd caarlos0/env lib for working with ENV variables
Expand All @@ -14,7 +18,7 @@ ADd caarlos0/env lib for working with ENV variables

### Changed
- Golang vendoring
- Change Dockerfile for multistage builds with final scratch image
- Change Dockerfile for multistage builds with final scratch image

### Removed
- IDE files
- IDE files
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# go-socks5-proxy

![Latest tag from master branch](https://github.com/serjs/socks5-server/workflows/Latest%20tag%20from%20master%20branch/badge.svg)
![Release tag](https://github.com/serjs/socks5-server/workflows/Release%20tag/badge.svg)

Simple socks5 server using go-socks5 with authentication options

## Start container with proxy
Expand Down

0 comments on commit 622e60c

Please sign in to comment.