Skip to content

Commit

Permalink
bump: 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Aug 9, 2021
1 parent debb189 commit 76e6033
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.10.0] - 2021-08-09
### Added
* Add OpenSSL-compatible AES-CTR encryption

### Changed
* (breaking change) Rename --passphrase flag to --pass flag

## [0.9.0] - 2021-04-23
### Added
* Create pmux, which is a multiplexer specialized in Piping Server
Expand Down Expand Up @@ -90,7 +97,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.9.0...HEAD
[Unreleased]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.6.0...v0.7.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.9.0"
const Version = "0.10.0"

0 comments on commit 76e6033

Please sign in to comment.