Skip to content

Commit

Permalink
bump: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Dec 26, 2020
1 parent f84ef30 commit 34152c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.4.2] - 2020-12-1
## [0.5.0] - 2020-12-26
### Added
* add "socks" subcommand for SOCKS5 proxy

## [0.4.2] - 2020-12-11
### Changed
* No change (for release)

Expand Down Expand Up @@ -55,7 +59,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
### Added
* Initial release

[Unreleased]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.4.2...HEAD
[Unreleased]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.4.2...v0.5.0
[0.4.2]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.3.1...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "0.4.2"
const Version = "0.5.0"

0 comments on commit 34152c9

Please sign in to comment.