diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dfc6bf..8e434e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/version/version.go b/version/version.go index 2c0474f..f17ed2e 100644 --- a/version/version.go +++ b/version/version.go @@ -1,3 +1,3 @@ package version -const Version = "0.7.0" +const Version = "0.8.0"