Skip to content

Commit

Permalink
bump: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Jun 27, 2022
1 parent e0755f8 commit dbea74d
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.8.0] - 2022-06-27
### Added
* Remote port forwarding

### Changed
* Update dependencies

## [0.7.0] - 2022-01-28
### Added
* Support Windows partially (Port-forwarding and SFTP supported, pty not supported)
Expand Down Expand Up @@ -49,7 +56,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-sshd/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/nwtgck/go-piping-sshd/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/nwtgck/go-piping-sshd/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/nwtgck/go-piping-sshd/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/nwtgck/go-piping-sshd/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/nwtgck/go-piping-sshd/compare/v0.4.0...v0.5.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.7.0"
const Version = "0.8.0"

0 comments on commit dbea74d

Please sign in to comment.