Skip to content

Commit

Permalink
Merge tag 'v0.12.0' into develop
Browse files Browse the repository at this point in the history
no message
  • Loading branch information
nwtgck committed May 29, 2024
2 parents 2028d07 + 30f7975 commit 2142cec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.12.0] - 2024-05-29
### Changed
* Update dependencies
* Warn about missing --yamux flag instead of error

## [0.11.0] - 2024-04-29
### Changed
* Update dependencies
Expand Down Expand Up @@ -110,7 +115,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.11.0...HEAD
[Unreleased]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.12.0...HEAD
[0.12.0]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.10.2...v0.11.0
[0.10.2]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.10.1...v0.10.2
[0.10.1]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.10.0...v0.10.1
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.11.0"
const Version = "0.12.0"

0 comments on commit 2142cec

Please sign in to comment.